Shades of Green #086F05
Tints of Green #086F05
RGB
CMYK
RGB Variations
Color information
#086F05 (or 0x086F05) is known color: Green. HEX triplet: 08, 6F and 05. RGB value is (8,111,5). Sum of RGB (Red+Green+Blue) = 8+111+5=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 111 (43.75% from 255 or 89.52% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 111 - color contains mainly: green. Hex color #086F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F05 is #F790FA. Grayscale: #444444. Windows color (decimal): -16224507 or 356104. OLE color: 356104.
HSL color Cylindrical-coordinate representation of color #086F05: hue angle of 118.3º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086F05 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 5 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.56 |
| HSL | 118.3º | 0.91% | 0.23% | - |
| HSV(B) | 118.3º | 0.95% | 0.44% | - |
| XYZ | 5.81 | 11.43 | 2.04 | - |
| YUV | 68.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 5 | 0.93 | 0 | 0.95 | 0.56 | 118.3 | 0.91 | 0.23 |
| Hex | 8 | 6F | 5 | 5D | 0 | 5F | 38 | 76 | 5B | 17 |
| Octal | 10 | 157 | 5 | 135 | 0 | 137 | 70 | 166 | 133 | 27 |
| Binary | 1000 | 1101111 | 101 | 1011101 | 0 | 1011111 | 111000 | 1110110 | 1011011 | 10111 |
Color Harmonies of #086F05
Complementary color
Monochromatic Colors of #086F05
Black with #086F05
Text Example
Text Example
White with #086F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F05; }
p { color: rgb(8,111,5); }
H1.HeaderClassName
{
color: #086F05;
}
.AnyTagClassName
{
color: #086F05;
}
</style>
background-color css
<style>
a { background-color: #086F05; }
a { background-color: rgb(8,111,5); }
div.DivClassName
{
background-color: #086F05;
}
.BgClassName
{
background-color: #086F05;
}
</style>
border-color css
<style>
span { border-color: #086F05; }
span { border-color: rgb(8,111,5); }
td.TdClassName
{
border-color: #086F05;
}
.TagClassName
{
border-color: #086F05;
}
</style>