Shades of Green #088C07
Tints of Green #088C07
RGB
CMYK
RGB Variations
Color information
#088C07 (or 0x088C07) is known color: Green. HEX triplet: 08, 8C and 07. RGB value is (8,140,7). Sum of RGB (Red+Green+Blue) = 8+140+7=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 140 (55.08% from 255 or 90.32% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 140 - color contains mainly: green. Hex color #088C07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088C07 is #F773F8. Grayscale: #555555. Windows color (decimal): -16217081 or 494600. OLE color: 494600.
HSL color Cylindrical-coordinate representation of color #088C07: hue angle of 119.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088C07 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 7 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.45 |
| HSL | 119.55º | 0.9% | 0.29% | - |
| HSV(B) | 119.55º | 0.95% | 0.55% | - |
| XYZ | 9.52 | 18.82 | 3.33 | - |
| YUV | 85.37 | 83.77 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 7 | 0.94 | 0 | 0.95 | 0.45 | 119.55 | 0.9 | 0.29 |
| Hex | 8 | 8C | 7 | 5E | 0 | 5F | 2D | 78 | 5A | 1D |
| Octal | 10 | 214 | 7 | 136 | 0 | 137 | 55 | 170 | 132 | 35 |
| Binary | 1000 | 10001100 | 111 | 1011110 | 0 | 1011111 | 101101 | 1111000 | 1011010 | 11101 |
Color Harmonies of #088C07
Complementary color
Monochromatic Colors of #088C07
Black with #088C07
Text Example
Text Example
White with #088C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C07; }
p { color: rgb(8,140,7); }
H1.HeaderClassName
{
color: #088C07;
}
.AnyTagClassName
{
color: #088C07;
}
</style>
background-color css
<style>
a { background-color: #088C07; }
a { background-color: rgb(8,140,7); }
div.DivClassName
{
background-color: #088C07;
}
.BgClassName
{
background-color: #088C07;
}
</style>
border-color css
<style>
span { border-color: #088C07; }
span { border-color: rgb(8,140,7); }
td.TdClassName
{
border-color: #088C07;
}
.TagClassName
{
border-color: #088C07;
}
</style>