Shades of Green #08760D
Tints of Green #08760D
RGB
CMYK
RGB Variations
Color information
#08760D (or 0x08760D) is known color: Green. HEX triplet: 08, 76 and 0D. RGB value is (8,118,13). Sum of RGB (Red+Green+Blue) = 8+118+13=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 118 (46.48% from 255 or 84.89% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 118 - color contains mainly: green. Hex color #08760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08760D is #F789F2. Grayscale: #494949. Windows color (decimal): -16222707 or 882184. OLE color: 882184.
HSL color Cylindrical-coordinate representation of color #08760D: hue angle of 122.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08760D is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 13 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.54 |
| HSL | 122.73º | 0.87% | 0.25% | - |
| HSV(B) | 122.73º | 0.93% | 0.46% | - |
| XYZ | 6.65 | 13.04 | 2.55 | - |
| YUV | 73.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 13 | 0.93 | 0 | 0.89 | 0.54 | 122.73 | 0.87 | 0.25 |
| Hex | 8 | 76 | D | 5D | 0 | 59 | 36 | 7B | 57 | 19 |
| Octal | 10 | 166 | 15 | 135 | 0 | 131 | 66 | 173 | 127 | 31 |
| Binary | 1000 | 1110110 | 1101 | 1011101 | 0 | 1011001 | 110110 | 1111011 | 1010111 | 11001 |
Color Harmonies of #08760D
Complementary color
Monochromatic Colors of #08760D
Black with #08760D
Text Example
Text Example
White with #08760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08760D; }
p { color: rgb(8,118,13); }
H1.HeaderClassName
{
color: #08760D;
}
.AnyTagClassName
{
color: #08760D;
}
</style>
background-color css
<style>
a { background-color: #08760D; }
a { background-color: rgb(8,118,13); }
div.DivClassName
{
background-color: #08760D;
}
.BgClassName
{
background-color: #08760D;
}
</style>
border-color css
<style>
span { border-color: #08760D; }
span { border-color: rgb(8,118,13); }
td.TdClassName
{
border-color: #08760D;
}
.TagClassName
{
border-color: #08760D;
}
</style>