Shades of Green #08791C
Tints of Green #08791C
RGB
CMYK
RGB Variations
Color information
#08791C (or 0x08791C) is known color: Green. HEX triplet: 08, 79 and 1C. RGB value is (8,121,28). Sum of RGB (Red+Green+Blue) = 8+121+28=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 121 (47.66% from 255 or 77.07% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 121 - color contains mainly: green. Hex color #08791C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08791C is #F786E3. Grayscale: #4C4C4C. Windows color (decimal): -16221924 or 1865992. OLE color: 1865992.
HSL color Cylindrical-coordinate representation of color #08791C: hue angle of 130.62º degrees, saturation: 0.88, 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 #08791C is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 121 | 28 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.53 |
| HSL | 130.62º | 0.88% | 0.25% | - |
| HSV(B) | 130.62º | 0.93% | 0.47% | - |
| XYZ | 7.15 | 13.81 | 3.39 | - |
| YUV | 76.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 28 | 0.93 | 0 | 0.77 | 0.53 | 130.62 | 0.88 | 0.25 |
| Hex | 8 | 79 | 1C | 5D | 0 | 4D | 35 | 83 | 58 | 19 |
| Octal | 10 | 171 | 34 | 135 | 0 | 115 | 65 | 203 | 130 | 31 |
| Binary | 1000 | 1111001 | 11100 | 1011101 | 0 | 1001101 | 110101 | 10000011 | 1011000 | 11001 |
Color Harmonies of #08791C
Complementary color
Monochromatic Colors of #08791C
Black with #08791C
Text Example
Text Example
White with #08791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08791C; }
p { color: rgb(8,121,28); }
H1.HeaderClassName
{
color: #08791C;
}
.AnyTagClassName
{
color: #08791C;
}
</style>
background-color css
<style>
a { background-color: #08791C; }
a { background-color: rgb(8,121,28); }
div.DivClassName
{
background-color: #08791C;
}
.BgClassName
{
background-color: #08791C;
}
</style>
border-color css
<style>
span { border-color: #08791C; }
span { border-color: rgb(8,121,28); }
td.TdClassName
{
border-color: #08791C;
}
.TagClassName
{
border-color: #08791C;
}
</style>