Shades of Green #088206
Tints of Green #088206
RGB
CMYK
RGB Variations
Color information
#088206 (or 0x088206) is known color: Green. HEX triplet: 08, 82 and 06. RGB value is (8,130,6). Sum of RGB (Red+Green+Blue) = 8+130+6=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 130 (51.17% from 255 or 90.28% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 130 - color contains mainly: green. Hex color #088206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088206 is #F77DF9. Grayscale: #4F4F4F. Windows color (decimal): -16219642 or 426504. OLE color: 426504.
HSL color Cylindrical-coordinate representation of color #088206: hue angle of 119.03º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088206 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 6 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.49 |
| HSL | 119.03º | 0.91% | 0.27% | - |
| HSV(B) | 119.03º | 0.95% | 0.51% | - |
| XYZ | 8.12 | 16.03 | 2.84 | - |
| YUV | 79.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 6 | 0.94 | 0 | 0.95 | 0.49 | 119.03 | 0.91 | 0.27 |
| Hex | 8 | 82 | 6 | 5E | 0 | 5F | 31 | 77 | 5B | 1B |
| Octal | 10 | 202 | 6 | 136 | 0 | 137 | 61 | 167 | 133 | 33 |
| Binary | 1000 | 10000010 | 110 | 1011110 | 0 | 1011111 | 110001 | 1110111 | 1011011 | 11011 |
Color Harmonies of #088206
Complementary color
Monochromatic Colors of #088206
Black with #088206
Text Example
Text Example
White with #088206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088206; }
p { color: rgb(8,130,6); }
H1.HeaderClassName
{
color: #088206;
}
.AnyTagClassName
{
color: #088206;
}
</style>
background-color css
<style>
a { background-color: #088206; }
a { background-color: rgb(8,130,6); }
div.DivClassName
{
background-color: #088206;
}
.BgClassName
{
background-color: #088206;
}
</style>
border-color css
<style>
span { border-color: #088206; }
span { border-color: rgb(8,130,6); }
td.TdClassName
{
border-color: #088206;
}
.TagClassName
{
border-color: #088206;
}
</style>