#08760C

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

Shades of Green #08760C

Tints of Green #08760C

Color information

#08760C (or 0x08760C) is unknown color: approx Green. HEX triplet: 08, 76 and 0C. RGB value is (8,118,12). Sum of RGB (Red+Green+Blue) = 8+118+12=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #08760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08760C is #F789F3. Grayscale: #494949. Windows color (decimal): -16222708 or 816648. OLE color: 816648.

HSL color Cylindrical-coordinate representation of color #08760C: hue angle of 122.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08760C is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB811812-
CMYK0.9300.900.54
HSL122.18º87.3%24.71%-
HSV(B)122.18º93.22%46.27%-
XYZ6.6413.042.51-
YUV73.0393.5681.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 118 (46.48% from 255) = 85.51%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=5.80%
G=85.51%
B=8.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8118120.9300.900.54122.1887.324.71
Hex876C5D05A367a5719
Octal101661413501326617212731
Binary1000111011011001011101010110101101101111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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