Shades of Green #088B07
Tints of Green #088B07
RGB
CMYK
RGB Variations
Color information
#088B07 (or 0x088B07) is known color: Green. HEX triplet: 08, 8B and 07. RGB value is (8,139,7). Sum of RGB (Red+Green+Blue) = 8+139+7=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 139 (54.69% from 255 or 90.26% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 139 - color contains mainly: green. Hex color #088B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088B07 is #F774F8. Grayscale: #555555. Windows color (decimal): -16217337 or 494344. OLE color: 494344.
HSL color Cylindrical-coordinate representation of color #088B07: 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 #088B07 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 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.37 | 18.53 | 3.28 | - |
| YUV | 84.78 | 84.1 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 7 | 0.94 | 0 | 0.95 | 0.45 | 119.55 | 0.9 | 0.29 |
| Hex | 8 | 8B | 7 | 5E | 0 | 5F | 2D | 78 | 5A | 1D |
| Octal | 10 | 213 | 7 | 136 | 0 | 137 | 55 | 170 | 132 | 35 |
| Binary | 1000 | 10001011 | 111 | 1011110 | 0 | 1011111 | 101101 | 1111000 | 1011010 | 11101 |
Color Harmonies of #088B07
Complementary color
Monochromatic Colors of #088B07
Black with #088B07
Text Example
Text Example
White with #088B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B07; }
p { color: rgb(8,139,7); }
H1.HeaderClassName
{
color: #088B07;
}
.AnyTagClassName
{
color: #088B07;
}
</style>
background-color css
<style>
a { background-color: #088B07; }
a { background-color: rgb(8,139,7); }
div.DivClassName
{
background-color: #088B07;
}
.BgClassName
{
background-color: #088B07;
}
</style>
border-color css
<style>
span { border-color: #088B07; }
span { border-color: rgb(8,139,7); }
td.TdClassName
{
border-color: #088B07;
}
.TagClassName
{
border-color: #088B07;
}
</style>