Shades of Green #08761B
Tints of Green #08761B
RGB
CMYK
RGB Variations
Color information
#08761B (or 0x08761B) is known color: Green. HEX triplet: 08, 76 and 1B. RGB value is (8,118,27). Sum of RGB (Red+Green+Blue) = 8+118+27=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #08761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08761B is #F789E4. Grayscale: #4A4A4A. Windows color (decimal): -16222693 or 1799688. OLE color: 1799688.
HSL color Cylindrical-coordinate representation of color #08761B: hue angle of 130.36º 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 #08761B is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 27 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.54 |
| HSL | 130.36º | 0.87% | 0.25% | - |
| HSV(B) | 130.36º | 0.93% | 0.46% | - |
| XYZ | 6.78 | 13.09 | 3.21 | - |
| YUV | 74.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 27 | 0.93 | 0 | 0.77 | 0.54 | 130.36 | 0.87 | 0.25 |
| Hex | 8 | 76 | 1B | 5D | 0 | 4D | 36 | 82 | 57 | 19 |
| Octal | 10 | 166 | 33 | 135 | 0 | 115 | 66 | 202 | 127 | 31 |
| Binary | 1000 | 1110110 | 11011 | 1011101 | 0 | 1001101 | 110110 | 10000010 | 1010111 | 11001 |
Color Harmonies of #08761B
Complementary color
Monochromatic Colors of #08761B
Black with #08761B
Text Example
Text Example
White with #08761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08761B; }
p { color: rgb(8,118,27); }
H1.HeaderClassName
{
color: #08761B;
}
.AnyTagClassName
{
color: #08761B;
}
</style>
background-color css
<style>
a { background-color: #08761B; }
a { background-color: rgb(8,118,27); }
div.DivClassName
{
background-color: #08761B;
}
.BgClassName
{
background-color: #08761B;
}
</style>
border-color css
<style>
span { border-color: #08761B; }
span { border-color: rgb(8,118,27); }
td.TdClassName
{
border-color: #08761B;
}
.TagClassName
{
border-color: #08761B;
}
</style>