Shades of Green #086203
Tints of Green #086203
RGB
CMYK
RGB Variations
Color information
#086203 (or 0x086203) is known color: Green. HEX triplet: 08, 62 and 03. RGB value is (8,98,3). Sum of RGB (Red+Green+Blue) = 8+98+3=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 98 (38.67% from 255 or 89.91% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 98 - color contains mainly: green. Hex color #086203 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086203 is #F79DFC. Grayscale: #3C3C3C. Windows color (decimal): -16227837 or 221704. OLE color: 221704.
HSL color Cylindrical-coordinate representation of color #086203: hue angle of 116.84º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086203 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 3 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.62 |
| HSL | 116.84º | 0.94% | 0.2% | - |
| HSV(B) | 116.84º | 0.97% | 0.38% | - |
| XYZ | 4.48 | 8.79 | 1.55 | - |
| YUV | 60.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 3 | 0.92 | 0 | 0.97 | 0.62 | 116.84 | 0.94 | 0.2 |
| Hex | 8 | 62 | 3 | 5C | 0 | 61 | 3E | 75 | 5E | 14 |
| Octal | 10 | 142 | 3 | 134 | 0 | 141 | 76 | 165 | 136 | 24 |
| Binary | 1000 | 1100010 | 11 | 1011100 | 0 | 1100001 | 111110 | 1110101 | 1011110 | 10100 |
Color Harmonies of #086203
Complementary color
Monochromatic Colors of #086203
Black with #086203
Text Example
Text Example
White with #086203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086203; }
p { color: rgb(8,98,3); }
H1.HeaderClassName
{
color: #086203;
}
.AnyTagClassName
{
color: #086203;
}
</style>
background-color css
<style>
a { background-color: #086203; }
a { background-color: rgb(8,98,3); }
div.DivClassName
{
background-color: #086203;
}
.BgClassName
{
background-color: #086203;
}
</style>
border-color css
<style>
span { border-color: #086203; }
span { border-color: rgb(8,98,3); }
td.TdClassName
{
border-color: #086203;
}
.TagClassName
{
border-color: #086203;
}
</style>