Shades of Green #08770C
Tints of Green #08770C
RGB
CMYK
RGB Variations
Color information
#08770C (or 0x08770C) is known color: Green. HEX triplet: 08, 77 and 0C. RGB value is (8,119,12). Sum of RGB (Red+Green+Blue) = 8+119+12=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 119 (46.88% from 255 or 85.61% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 119 - color contains mainly: green. Hex color #08770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08770C is #F788F3. Grayscale: #494949. Windows color (decimal): -16222452 or 816904. OLE color: 816904.
HSL color Cylindrical-coordinate representation of color #08770C: hue angle of 122.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08770C is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 12 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.53 |
| HSL | 122.16º | 0.87% | 0.25% | - |
| HSV(B) | 122.16º | 0.93% | 0.47% | - |
| XYZ | 6.76 | 13.27 | 2.55 | - |
| YUV | 73.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 12 | 0.93 | 0 | 0.90 | 0.53 | 122.16 | 0.87 | 0.25 |
| Hex | 8 | 77 | C | 5D | 0 | 5A | 35 | 7A | 57 | 19 |
| Octal | 10 | 167 | 14 | 135 | 0 | 132 | 65 | 172 | 127 | 31 |
| Binary | 1000 | 1110111 | 1100 | 1011101 | 0 | 1011010 | 110101 | 1111010 | 1010111 | 11001 |
Color Harmonies of #08770C
Complementary color
Monochromatic Colors of #08770C
Black with #08770C
Text Example
Text Example
White with #08770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08770C; }
p { color: rgb(8,119,12); }
H1.HeaderClassName
{
color: #08770C;
}
.AnyTagClassName
{
color: #08770C;
}
</style>
background-color css
<style>
a { background-color: #08770C; }
a { background-color: rgb(8,119,12); }
div.DivClassName
{
background-color: #08770C;
}
.BgClassName
{
background-color: #08770C;
}
</style>
border-color css
<style>
span { border-color: #08770C; }
span { border-color: rgb(8,119,12); }
td.TdClassName
{
border-color: #08770C;
}
.TagClassName
{
border-color: #08770C;
}
</style>