#08680C

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

Shades of Green #08680C

Tints of Green #08680C

Color information

#08680C (or 0x08680C) is unknown color: approx Green. HEX triplet: 08, 68 and 0C. RGB value is (8,104,12). Sum of RGB (Red+Green+Blue) = 8+104+12=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #08680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08680C is #F797F3. Grayscale: #414141. Windows color (decimal): -16226292 or 813064. OLE color: 813064.

HSL color Cylindrical-coordinate representation of color #08680C: hue angle of 122.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08680C is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB810412-
CMYK0.9200.880.59
HSL122.5º85.71%21.96%-
HSV(B)122.5º92.31%40.78%-
XYZ5.129.982-
YUV64.8198.287.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 104 (41.02% from 255) = 83.87%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=6.45%
G=83.87%
B=9.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104120.9200.880.59122.585.7121.96
Hex868C5C0583B7a5616
Octal101501413401307317212626
Binary1000110100011001011100010110001110111111010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08680C; }

 p { color: rgb(8,104,12); }

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

<style>
 a { background-color: #08680C; }

 a { background-color: rgb(8,104,12); }

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

<style>
 span { border-color: #08680C; }

 span { border-color: rgb(8,104,12); }

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