Shades of Green #08880B
Tints of Green #08880B
RGB
CMYK
RGB Variations
Color information
#08880B (or 0x08880B) is known color: Green. HEX triplet: 08, 88 and 0B. RGB value is (8,136,11). Sum of RGB (Red+Green+Blue) = 8+136+11=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 136 (53.52% from 255 or 87.74% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 136 - color contains mainly: green. Hex color #08880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08880B is #F777F4. Grayscale: #535353. Windows color (decimal): -16218101 or 755720. OLE color: 755720.
HSL color Cylindrical-coordinate representation of color #08880B: hue angle of 121.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08880B is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 11 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.47 |
| HSL | 121.41º | 0.89% | 0.28% | - |
| HSV(B) | 121.41º | 0.94% | 0.53% | - |
| XYZ | 8.96 | 17.68 | 3.26 | - |
| YUV | 83.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 11 | 0.94 | 0 | 0.92 | 0.47 | 121.41 | 0.89 | 0.28 |
| Hex | 8 | 88 | B | 5E | 0 | 5C | 2F | 79 | 59 | 1C |
| Octal | 10 | 210 | 13 | 136 | 0 | 134 | 57 | 171 | 131 | 34 |
| Binary | 1000 | 10001000 | 1011 | 1011110 | 0 | 1011100 | 101111 | 1111001 | 1011001 | 11100 |
Color Harmonies of #08880B
Complementary color
Monochromatic Colors of #08880B
Black with #08880B
Text Example
Text Example
White with #08880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08880B; }
p { color: rgb(8,136,11); }
H1.HeaderClassName
{
color: #08880B;
}
.AnyTagClassName
{
color: #08880B;
}
</style>
background-color css
<style>
a { background-color: #08880B; }
a { background-color: rgb(8,136,11); }
div.DivClassName
{
background-color: #08880B;
}
.BgClassName
{
background-color: #08880B;
}
</style>
border-color css
<style>
span { border-color: #08880B; }
span { border-color: rgb(8,136,11); }
td.TdClassName
{
border-color: #08880B;
}
.TagClassName
{
border-color: #08880B;
}
</style>