Shades of Green #086F07
Tints of Green #086F07
RGB
CMYK
RGB Variations
Color information
#086F07 (or 0x086F07) is known color: Green. HEX triplet: 08, 6F and 07. RGB value is (8,111,7). Sum of RGB (Red+Green+Blue) = 8+111+7=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 111 (43.75% from 255 or 88.10% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 111 - color contains mainly: green. Hex color #086F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F07 is #F790F8. Grayscale: #444444. Windows color (decimal): -16224505 or 487176. OLE color: 487176.
HSL color Cylindrical-coordinate representation of color #086F07: hue angle of 119.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086F07 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 7 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.56 |
| HSL | 119.42º | 0.88% | 0.23% | - |
| HSV(B) | 119.42º | 0.94% | 0.44% | - |
| XYZ | 5.82 | 11.44 | 2.1 | - |
| YUV | 68.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 7 | 0.93 | 0 | 0.94 | 0.56 | 119.42 | 0.88 | 0.23 |
| Hex | 8 | 6F | 7 | 5D | 0 | 5E | 38 | 77 | 58 | 17 |
| Octal | 10 | 157 | 7 | 135 | 0 | 136 | 70 | 167 | 130 | 27 |
| Binary | 1000 | 1101111 | 111 | 1011101 | 0 | 1011110 | 111000 | 1110111 | 1011000 | 10111 |
Color Harmonies of #086F07
Complementary color
Monochromatic Colors of #086F07
Black with #086F07
Text Example
Text Example
White with #086F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F07; }
p { color: rgb(8,111,7); }
H1.HeaderClassName
{
color: #086F07;
}
.AnyTagClassName
{
color: #086F07;
}
</style>
background-color css
<style>
a { background-color: #086F07; }
a { background-color: rgb(8,111,7); }
div.DivClassName
{
background-color: #086F07;
}
.BgClassName
{
background-color: #086F07;
}
</style>
border-color css
<style>
span { border-color: #086F07; }
span { border-color: rgb(8,111,7); }
td.TdClassName
{
border-color: #086F07;
}
.TagClassName
{
border-color: #086F07;
}
</style>