Shades of Green #086803
Tints of Green #086803
RGB
CMYK
RGB Variations
Color information
#086803 (or 0x086803) is known color: Green. HEX triplet: 08, 68 and 03. RGB value is (8,104,3). Sum of RGB (Red+Green+Blue) = 8+104+3=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #086803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086803 is #F797FC. Grayscale: #404040. Windows color (decimal): -16226301 or 223240. OLE color: 223240.
HSL color Cylindrical-coordinate representation of color #086803: hue angle of 117.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086803 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 3 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.59 |
| HSL | 117.03º | 0.94% | 0.21% | - |
| HSV(B) | 117.03º | 0.97% | 0.41% | - |
| XYZ | 5.07 | 9.96 | 1.74 | - |
| YUV | 63.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 3 | 0.92 | 0 | 0.97 | 0.59 | 117.03 | 0.94 | 0.21 |
| Hex | 8 | 68 | 3 | 5C | 0 | 61 | 3B | 75 | 5E | 15 |
| Octal | 10 | 150 | 3 | 134 | 0 | 141 | 73 | 165 | 136 | 25 |
| Binary | 1000 | 1101000 | 11 | 1011100 | 0 | 1100001 | 111011 | 1110101 | 1011110 | 10101 |
Color Harmonies of #086803
Complementary color
Monochromatic Colors of #086803
Black with #086803
Text Example
Text Example
White with #086803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086803; }
p { color: rgb(8,104,3); }
H1.HeaderClassName
{
color: #086803;
}
.AnyTagClassName
{
color: #086803;
}
</style>
background-color css
<style>
a { background-color: #086803; }
a { background-color: rgb(8,104,3); }
div.DivClassName
{
background-color: #086803;
}
.BgClassName
{
background-color: #086803;
}
</style>
border-color css
<style>
span { border-color: #086803; }
span { border-color: rgb(8,104,3); }
td.TdClassName
{
border-color: #086803;
}
.TagClassName
{
border-color: #086803;
}
</style>