Shades of Green #086C05
Tints of Green #086C05
RGB
CMYK
RGB Variations
Color information
#086C05 (or 0x086C05) is known color: Green. HEX triplet: 08, 6C and 05. RGB value is (8,108,5). Sum of RGB (Red+Green+Blue) = 8+108+5=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 108 (42.58% from 255 or 89.26% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 108 - color contains mainly: green. Hex color #086C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C05 is #F793FA. Grayscale: #424242. Windows color (decimal): -16225275 or 355336. OLE color: 355336.
HSL color Cylindrical-coordinate representation of color #086C05: hue angle of 118.25º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086C05 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 5 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.58 |
| HSL | 118.25º | 0.91% | 0.22% | - |
| HSV(B) | 118.25º | 0.95% | 0.42% | - |
| XYZ | 5.49 | 10.79 | 1.94 | - |
| YUV | 66.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 5 | 0.93 | 0 | 0.95 | 0.58 | 118.25 | 0.91 | 0.22 |
| Hex | 8 | 6C | 5 | 5D | 0 | 5F | 3A | 76 | 5B | 16 |
| Octal | 10 | 154 | 5 | 135 | 0 | 137 | 72 | 166 | 133 | 26 |
| Binary | 1000 | 1101100 | 101 | 1011101 | 0 | 1011111 | 111010 | 1110110 | 1011011 | 10110 |
Color Harmonies of #086C05
Complementary color
Monochromatic Colors of #086C05
Black with #086C05
Text Example
Text Example
White with #086C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C05; }
p { color: rgb(8,108,5); }
H1.HeaderClassName
{
color: #086C05;
}
.AnyTagClassName
{
color: #086C05;
}
</style>
background-color css
<style>
a { background-color: #086C05; }
a { background-color: rgb(8,108,5); }
div.DivClassName
{
background-color: #086C05;
}
.BgClassName
{
background-color: #086C05;
}
</style>
border-color css
<style>
span { border-color: #086C05; }
span { border-color: rgb(8,108,5); }
td.TdClassName
{
border-color: #086C05;
}
.TagClassName
{
border-color: #086C05;
}
</style>