Shades of Green #088411
Tints of Green #088411
RGB
CMYK
RGB Variations
Color information
#088411 (or 0x088411) is known color: Green. HEX triplet: 08, 84 and 11. RGB value is (8,132,17). Sum of RGB (Red+Green+Blue) = 8+132+17=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #088411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088411 is #F77BEE. Grayscale: #525252. Windows color (decimal): -16219119 or 1147912. OLE color: 1147912.
HSL color Cylindrical-coordinate representation of color #088411: hue angle of 124.35º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088411 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 17 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.48 |
| HSL | 124.35º | 0.89% | 0.27% | - |
| HSV(B) | 124.35º | 0.94% | 0.52% | - |
| XYZ | 8.45 | 16.59 | 3.29 | - |
| YUV | 81.81 | 91.42 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 17 | 0.94 | 0 | 0.87 | 0.48 | 124.35 | 0.89 | 0.27 |
| Hex | 8 | 84 | 11 | 5E | 0 | 57 | 30 | 7C | 59 | 1B |
| Octal | 10 | 204 | 21 | 136 | 0 | 127 | 60 | 174 | 131 | 33 |
| Binary | 1000 | 10000100 | 10001 | 1011110 | 0 | 1010111 | 110000 | 1111100 | 1011001 | 11011 |
Color Harmonies of #088411
Complementary color
Monochromatic Colors of #088411
Black with #088411
Text Example
Text Example
White with #088411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088411; }
p { color: rgb(8,132,17); }
H1.HeaderClassName
{
color: #088411;
}
.AnyTagClassName
{
color: #088411;
}
</style>
background-color css
<style>
a { background-color: #088411; }
a { background-color: rgb(8,132,17); }
div.DivClassName
{
background-color: #088411;
}
.BgClassName
{
background-color: #088411;
}
</style>
border-color css
<style>
span { border-color: #088411; }
span { border-color: rgb(8,132,17); }
td.TdClassName
{
border-color: #088411;
}
.TagClassName
{
border-color: #088411;
}
</style>