Shades of Green #087B08
Tints of Green #087B08
RGB
CMYK
RGB Variations
Color information
#087B08 (or 0x087B08) is known color: Green. HEX triplet: 08, 7B and 08. RGB value is (8,123,8). Sum of RGB (Red+Green+Blue) = 8+123+8=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 123 (48.44% from 255 or 88.49% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 123 - color contains mainly: green. Hex color #087B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087B08 is #F784F7. Grayscale: #4B4B4B. Windows color (decimal): -16221432 or 555784. OLE color: 555784.
HSL color Cylindrical-coordinate representation of color #087B08: hue angle of 120º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B08 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 8 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.52 |
| HSL | 120º | 0.88% | 0.26% | - |
| HSV(B) | 120º | 0.93% | 0.48% | - |
| XYZ | 7.23 | 14.24 | 2.6 | - |
| YUV | 75.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 8 | 0.93 | 0 | 0.93 | 0.52 | 120 | 0.88 | 0.26 |
| Hex | 8 | 7B | 8 | 5D | 0 | 5D | 34 | 78 | 58 | 1A |
| Octal | 10 | 173 | 10 | 135 | 0 | 135 | 64 | 170 | 130 | 32 |
| Binary | 1000 | 1111011 | 1000 | 1011101 | 0 | 1011101 | 110100 | 1111000 | 1011000 | 11010 |
Color Harmonies of #087B08
Complementary color
Monochromatic Colors of #087B08
Black with #087B08
Text Example
Text Example
White with #087B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B08; }
p { color: rgb(8,123,8); }
H1.HeaderClassName
{
color: #087B08;
}
.AnyTagClassName
{
color: #087B08;
}
</style>
background-color css
<style>
a { background-color: #087B08; }
a { background-color: rgb(8,123,8); }
div.DivClassName
{
background-color: #087B08;
}
.BgClassName
{
background-color: #087B08;
}
</style>
border-color css
<style>
span { border-color: #087B08; }
span { border-color: rgb(8,123,8); }
td.TdClassName
{
border-color: #087B08;
}
.TagClassName
{
border-color: #087B08;
}
</style>