#0D690A

Color #0D690A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0D690A

Tints of Green #0D690A

Color information

#0D690A (or 0x0D690A) is unknown color: approx Green. HEX triplet: 0D, 69 and 0A. RGB value is (13,105,10). Sum of RGB (Red+Green+Blue) = 13+105+10=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #0D690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D690A is #F296F5. Grayscale: #424242. Windows color (decimal): -15898358 or 682253. OLE color: 682253.

HSL color Cylindrical-coordinate representation of color #0D690A: hue angle of 118.11º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D690A is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1310510-
CMYK0.8800.900.59
HSL118.11º82.61%22.55%-
HSV(B)118.11º90.48%41.18%-
XYZ5.2710.211.98-
YUV66.6696.0289.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 105 (41.41% from 255) = 82.03%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=10.16%
G=82.03%
B=7.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13105100.8800.900.59118.1182.6122.55
HexD69A5805A3B765317
Octal151511213001327316612327
Binary1101110100110101011000010110101110111110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D690A; }

 p { color: rgb(13,105,10); }

 H1.HeaderClassName
 {
   color: #0D690A;
 }
 .AnyTagClassName
 {
   color: #0D690A;
 }
</style>
background-color css

<style>
 a { background-color: #0D690A; }

 a { background-color: rgb(13,105,10); }

 div.DivClassName
 {
   background-color: #0D690A;
 }
 .BgClassName
 {
   background-color: #0D690A;
 }
</style>
border-color css

<style>
 span { border-color: #0D690A; }

 span { border-color: rgb(13,105,10); }

 td.TdClassName
 {
   border-color: #0D690A;
 }
 .TagClassName
 {
   border-color: #0D690A;
 }
</style>