Shades of Green #086300
Tints of Green #086300
RGB
CMYK
RGB Variations
Color information
#086300 (or 0x086300) is known color: Green. HEX triplet: 08, 63 and 00. RGB value is (8,99,0). Sum of RGB (Red+Green+Blue) = 8+99+0=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 99 (39.06% from 255 or 92.52% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 99 - color contains mainly: green. Hex color #086300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086300 is #F79CFF. Grayscale: #3C3C3C. Windows color (decimal): -16227584 or 25352. OLE color: 25352.
HSL color Cylindrical-coordinate representation of color #086300: hue angle of 115.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #086300 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.61 |
| HSL | 115.15º | 1% | 0.19% | - |
| HSV(B) | 115.15º | 1% | 0.39% | - |
| XYZ | 4.56 | 8.98 | 1.49 | - |
| YUV | 60.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 0 | 0.92 | 0 | 1 | 0.61 | 115.15 | 1 | 0.19 |
| Hex | 8 | 63 | 0 | 5C | 0 | 64 | 3D | 73 | 64 | 13 |
| Octal | 10 | 143 | 0 | 134 | 0 | 144 | 75 | 163 | 144 | 23 |
| Binary | 1000 | 1100011 | 0 | 1011100 | 0 | 1100100 | 111101 | 1110011 | 1100100 | 10011 |
Color Harmonies of #086300
Complementary color
Monochromatic Colors of #086300
Black with #086300
Text Example
Text Example
White with #086300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086300; }
p { color: rgb(8,99,0); }
H1.HeaderClassName
{
color: #086300;
}
.AnyTagClassName
{
color: #086300;
}
</style>
background-color css
<style>
a { background-color: #086300; }
a { background-color: rgb(8,99,0); }
div.DivClassName
{
background-color: #086300;
}
.BgClassName
{
background-color: #086300;
}
</style>
border-color css
<style>
span { border-color: #086300; }
span { border-color: rgb(8,99,0); }
td.TdClassName
{
border-color: #086300;
}
.TagClassName
{
border-color: #086300;
}
</style>