Shades of Green #088117
Tints of Green #088117
RGB
CMYK
RGB Variations
Color information
#088117 (or 0x088117) is known color: Green. HEX triplet: 08, 81 and 17. RGB value is (8,129,23). Sum of RGB (Red+Green+Blue) = 8+129+23=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 129 (50.78% from 255 or 80.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 129 - color contains mainly: green. Hex color #088117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088117 is #F77EE8. Grayscale: #515151. Windows color (decimal): -16219881 or 1540360. OLE color: 1540360.
HSL color Cylindrical-coordinate representation of color #088117: hue angle of 127.44º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088117 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 23 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.49 |
| HSL | 127.44º | 0.88% | 0.27% | - |
| HSV(B) | 127.44º | 0.94% | 0.51% | - |
| XYZ | 8.11 | 15.81 | 3.44 | - |
| YUV | 80.74 | 95.41 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 23 | 0.94 | 0 | 0.82 | 0.49 | 127.44 | 0.88 | 0.27 |
| Hex | 8 | 81 | 17 | 5E | 0 | 52 | 31 | 7F | 58 | 1B |
| Octal | 10 | 201 | 27 | 136 | 0 | 122 | 61 | 177 | 130 | 33 |
| Binary | 1000 | 10000001 | 10111 | 1011110 | 0 | 1010010 | 110001 | 1111111 | 1011000 | 11011 |
Color Harmonies of #088117
Complementary color
Monochromatic Colors of #088117
Black with #088117
Text Example
Text Example
White with #088117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088117; }
p { color: rgb(8,129,23); }
H1.HeaderClassName
{
color: #088117;
}
.AnyTagClassName
{
color: #088117;
}
</style>
background-color css
<style>
a { background-color: #088117; }
a { background-color: rgb(8,129,23); }
div.DivClassName
{
background-color: #088117;
}
.BgClassName
{
background-color: #088117;
}
</style>
border-color css
<style>
span { border-color: #088117; }
span { border-color: rgb(8,129,23); }
td.TdClassName
{
border-color: #088117;
}
.TagClassName
{
border-color: #088117;
}
</style>