Shades of Green #08771C
Tints of Green #08771C
RGB
CMYK
RGB Variations
Color information
#08771C (or 0x08771C) is known color: Green. HEX triplet: 08, 77 and 1C. RGB value is (8,119,28). Sum of RGB (Red+Green+Blue) = 8+119+28=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #08771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08771C is #F788E3. Grayscale: #4B4B4B. Windows color (decimal): -16222436 or 1865480. OLE color: 1865480.
HSL color Cylindrical-coordinate representation of color #08771C: hue angle of 130.81º 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 #08771C is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 28 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.53 |
| HSL | 130.81º | 0.87% | 0.25% | - |
| HSV(B) | 130.81º | 0.93% | 0.47% | - |
| XYZ | 6.91 | 13.33 | 3.31 | - |
| YUV | 75.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 28 | 0.93 | 0 | 0.76 | 0.53 | 130.81 | 0.87 | 0.25 |
| Hex | 8 | 77 | 1C | 5D | 0 | 4C | 35 | 83 | 57 | 19 |
| Octal | 10 | 167 | 34 | 135 | 0 | 114 | 65 | 203 | 127 | 31 |
| Binary | 1000 | 1110111 | 11100 | 1011101 | 0 | 1001100 | 110101 | 10000011 | 1010111 | 11001 |
Color Harmonies of #08771C
Complementary color
Monochromatic Colors of #08771C
Black with #08771C
Text Example
Text Example
White with #08771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08771C; }
p { color: rgb(8,119,28); }
H1.HeaderClassName
{
color: #08771C;
}
.AnyTagClassName
{
color: #08771C;
}
</style>
background-color css
<style>
a { background-color: #08771C; }
a { background-color: rgb(8,119,28); }
div.DivClassName
{
background-color: #08771C;
}
.BgClassName
{
background-color: #08771C;
}
</style>
border-color css
<style>
span { border-color: #08771C; }
span { border-color: rgb(8,119,28); }
td.TdClassName
{
border-color: #08771C;
}
.TagClassName
{
border-color: #08771C;
}
</style>