Shades of Green #086308
Tints of Green #086308
RGB
CMYK
RGB Variations
Color information
#086308 (or 0x086308) is known color: Green. HEX triplet: 08, 63 and 08. RGB value is (8,99,8). Sum of RGB (Red+Green+Blue) = 8+99+8=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #086308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086308 is #F79CF7. Grayscale: #3D3D3D. Windows color (decimal): -16227576 or 549640. OLE color: 549640.
HSL color Cylindrical-coordinate representation of color #086308: hue angle of 120º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086308 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 8 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.61 |
| HSL | 120º | 0.85% | 0.21% | - |
| HSV(B) | 120º | 0.92% | 0.39% | - |
| XYZ | 4.61 | 8.99 | 1.72 | - |
| YUV | 61.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 8 | 0.92 | 0 | 0.92 | 0.61 | 120 | 0.85 | 0.21 |
| Hex | 8 | 63 | 8 | 5C | 0 | 5C | 3D | 78 | 55 | 15 |
| Octal | 10 | 143 | 10 | 134 | 0 | 134 | 75 | 170 | 125 | 25 |
| Binary | 1000 | 1100011 | 1000 | 1011100 | 0 | 1011100 | 111101 | 1111000 | 1010101 | 10101 |
Color Harmonies of #086308
Complementary color
Monochromatic Colors of #086308
Black with #086308
Text Example
Text Example
White with #086308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086308; }
p { color: rgb(8,99,8); }
H1.HeaderClassName
{
color: #086308;
}
.AnyTagClassName
{
color: #086308;
}
</style>
background-color css
<style>
a { background-color: #086308; }
a { background-color: rgb(8,99,8); }
div.DivClassName
{
background-color: #086308;
}
.BgClassName
{
background-color: #086308;
}
</style>
border-color css
<style>
span { border-color: #086308; }
span { border-color: rgb(8,99,8); }
td.TdClassName
{
border-color: #086308;
}
.TagClassName
{
border-color: #086308;
}
</style>