Shades of Green #08740F
Tints of Green #08740F
RGB
CMYK
RGB Variations
Color information
#08740F (or 0x08740F) is known color: Green. HEX triplet: 08, 74 and 0F. RGB value is (8,116,15). Sum of RGB (Red+Green+Blue) = 8+116+15=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #08740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08740F is #F78BF0. Grayscale: #484848. Windows color (decimal): -16223217 or 1012744. OLE color: 1012744.
HSL color Cylindrical-coordinate representation of color #08740F: hue angle of 123.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08740F is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 15 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.55 |
| HSL | 123.89º | 0.87% | 0.24% | - |
| HSV(B) | 123.89º | 0.93% | 0.45% | - |
| XYZ | 6.43 | 12.58 | 2.54 | - |
| YUV | 72.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 15 | 0.93 | 0 | 0.87 | 0.55 | 123.89 | 0.87 | 0.24 |
| Hex | 8 | 74 | F | 5D | 0 | 57 | 37 | 7C | 57 | 18 |
| Octal | 10 | 164 | 17 | 135 | 0 | 127 | 67 | 174 | 127 | 30 |
| Binary | 1000 | 1110100 | 1111 | 1011101 | 0 | 1010111 | 110111 | 1111100 | 1010111 | 11000 |
Color Harmonies of #08740F
Complementary color
Monochromatic Colors of #08740F
Black with #08740F
Text Example
Text Example
White with #08740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08740F; }
p { color: rgb(8,116,15); }
H1.HeaderClassName
{
color: #08740F;
}
.AnyTagClassName
{
color: #08740F;
}
</style>
background-color css
<style>
a { background-color: #08740F; }
a { background-color: rgb(8,116,15); }
div.DivClassName
{
background-color: #08740F;
}
.BgClassName
{
background-color: #08740F;
}
</style>
border-color css
<style>
span { border-color: #08740F; }
span { border-color: rgb(8,116,15); }
td.TdClassName
{
border-color: #08740F;
}
.TagClassName
{
border-color: #08740F;
}
</style>