Shades of Green #08740B
Tints of Green #08740B
RGB
CMYK
RGB Variations
Color information
#08740B (or 0x08740B) is known color: Green. HEX triplet: 08, 74 and 0B. RGB value is (8,116,11). Sum of RGB (Red+Green+Blue) = 8+116+11=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #08740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08740B is #F78BF4. Grayscale: #484848. Windows color (decimal): -16223221 or 750600. OLE color: 750600.
HSL color Cylindrical-coordinate representation of color #08740B: hue angle of 121.67º 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 #08740B is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 11 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.55 |
| HSL | 121.67º | 0.87% | 0.24% | - |
| HSV(B) | 121.67º | 0.93% | 0.45% | - |
| XYZ | 6.41 | 12.57 | 2.4 | - |
| YUV | 71.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 11 | 0.93 | 0 | 0.91 | 0.55 | 121.67 | 0.87 | 0.24 |
| Hex | 8 | 74 | B | 5D | 0 | 5B | 37 | 7A | 57 | 18 |
| Octal | 10 | 164 | 13 | 135 | 0 | 133 | 67 | 172 | 127 | 30 |
| Binary | 1000 | 1110100 | 1011 | 1011101 | 0 | 1011011 | 110111 | 1111010 | 1010111 | 11000 |
Color Harmonies of #08740B
Complementary color
Monochromatic Colors of #08740B
Black with #08740B
Text Example
Text Example
White with #08740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08740B; }
p { color: rgb(8,116,11); }
H1.HeaderClassName
{
color: #08740B;
}
.AnyTagClassName
{
color: #08740B;
}
</style>
background-color css
<style>
a { background-color: #08740B; }
a { background-color: rgb(8,116,11); }
div.DivClassName
{
background-color: #08740B;
}
.BgClassName
{
background-color: #08740B;
}
</style>
border-color css
<style>
span { border-color: #08740B; }
span { border-color: rgb(8,116,11); }
td.TdClassName
{
border-color: #08740B;
}
.TagClassName
{
border-color: #08740B;
}
</style>