Shades of Green #08780F
Tints of Green #08780F
RGB
CMYK
RGB Variations
Color information
#08780F (or 0x08780F) is known color: Green. HEX triplet: 08, 78 and 0F. RGB value is (8,120,15). Sum of RGB (Red+Green+Blue) = 8+120+15=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #08780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08780F is #F787F0. Grayscale: #4A4A4A. Windows color (decimal): -16222193 or 1013768. OLE color: 1013768.
HSL color Cylindrical-coordinate representation of color #08780F: hue angle of 123.75º 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 #08780F is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 15 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.53 |
| HSL | 123.75º | 0.88% | 0.25% | - |
| HSV(B) | 123.75º | 0.93% | 0.47% | - |
| XYZ | 6.9 | 13.52 | 2.7 | - |
| YUV | 74.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 15 | 0.93 | 0 | 0.87 | 0.53 | 123.75 | 0.88 | 0.25 |
| Hex | 8 | 78 | F | 5D | 0 | 57 | 35 | 7C | 58 | 19 |
| Octal | 10 | 170 | 17 | 135 | 0 | 127 | 65 | 174 | 130 | 31 |
| Binary | 1000 | 1111000 | 1111 | 1011101 | 0 | 1010111 | 110101 | 1111100 | 1011000 | 11001 |
Color Harmonies of #08780F
Complementary color
Monochromatic Colors of #08780F
Black with #08780F
Text Example
Text Example
White with #08780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08780F; }
p { color: rgb(8,120,15); }
H1.HeaderClassName
{
color: #08780F;
}
.AnyTagClassName
{
color: #08780F;
}
</style>
background-color css
<style>
a { background-color: #08780F; }
a { background-color: rgb(8,120,15); }
div.DivClassName
{
background-color: #08780F;
}
.BgClassName
{
background-color: #08780F;
}
</style>
border-color css
<style>
span { border-color: #08780F; }
span { border-color: rgb(8,120,15); }
td.TdClassName
{
border-color: #08780F;
}
.TagClassName
{
border-color: #08780F;
}
</style>