Shades of Green #088608
Tints of Green #088608
RGB
CMYK
RGB Variations
Color information
#088608 (or 0x088608) is known color: Green. HEX triplet: 08, 86 and 08. RGB value is (8,134,8). Sum of RGB (Red+Green+Blue) = 8+134+8=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 134 (52.73% from 255 or 89.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 134 - color contains mainly: green. Hex color #088608 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088608 is #F779F7. Grayscale: #525252. Windows color (decimal): -16218616 or 558600. OLE color: 558600.
HSL color Cylindrical-coordinate representation of color #088608: hue angle of 120º 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 #088608 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 8 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.47 |
| HSL | 120º | 0.89% | 0.28% | - |
| HSV(B) | 120º | 0.94% | 0.53% | - |
| XYZ | 8.67 | 17.12 | 3.08 | - |
| YUV | 81.96 | 86.26 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 8 | 0.94 | 0 | 0.94 | 0.47 | 120 | 0.89 | 0.28 |
| Hex | 8 | 86 | 8 | 5E | 0 | 5E | 2F | 78 | 59 | 1C |
| Octal | 10 | 206 | 10 | 136 | 0 | 136 | 57 | 170 | 131 | 34 |
| Binary | 1000 | 10000110 | 1000 | 1011110 | 0 | 1011110 | 101111 | 1111000 | 1011001 | 11100 |
Color Harmonies of #088608
Complementary color
Monochromatic Colors of #088608
Black with #088608
Text Example
Text Example
White with #088608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088608; }
p { color: rgb(8,134,8); }
H1.HeaderClassName
{
color: #088608;
}
.AnyTagClassName
{
color: #088608;
}
</style>
background-color css
<style>
a { background-color: #088608; }
a { background-color: rgb(8,134,8); }
div.DivClassName
{
background-color: #088608;
}
.BgClassName
{
background-color: #088608;
}
</style>
border-color css
<style>
span { border-color: #088608; }
span { border-color: rgb(8,134,8); }
td.TdClassName
{
border-color: #088608;
}
.TagClassName
{
border-color: #088608;
}
</style>