Shades of Olive Drab #568E03
Tints of Olive Drab #568E03
RGB
CMYK
RGB Variations
Color information
#568E03 (or 0x568E03) is known color: Olive Drab. HEX triplet: 56, 8E and 03. RGB value is (86,142,3). Sum of RGB (Red+Green+Blue) = 86+142+3=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #568E03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568E03 is #A971FC. Grayscale: #6D6D6D. Windows color (decimal): -11104765 or 233046. OLE color: 233046.
HSL color Cylindrical-coordinate representation of color #568E03: hue angle of 84.17º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #568E03 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 142 | 3 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.44 |
| HSL | 84.17º | 0.96% | 0.28% | - |
| HSV(B) | 84.17º | 0.98% | 0.56% | - |
| XYZ | 13.53 | 21.33 | 3.49 | - |
| YUV | 109.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 3 | 0.39 | 0 | 0.98 | 0.44 | 84.17 | 0.96 | 0.28 |
| Hex | 56 | 8E | 3 | 27 | 0 | 62 | 2C | 54 | 60 | 1C |
| Octal | 126 | 216 | 3 | 47 | 0 | 142 | 54 | 124 | 140 | 34 |
| Binary | 1010110 | 10001110 | 11 | 100111 | 0 | 1100010 | 101100 | 1010100 | 1100000 | 11100 |
Color Harmonies of #568E03
Complementary color
Monochromatic Colors of #568E03
Black with #568E03
Text Example
Text Example
White with #568E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568E03; }
p { color: rgb(86,142,3); }
H1.HeaderClassName
{
color: #568E03;
}
.AnyTagClassName
{
color: #568E03;
}
</style>
background-color css
<style>
a { background-color: #568E03; }
a { background-color: rgb(86,142,3); }
div.DivClassName
{
background-color: #568E03;
}
.BgClassName
{
background-color: #568E03;
}
</style>
border-color css
<style>
span { border-color: #568E03; }
span { border-color: rgb(86,142,3); }
td.TdClassName
{
border-color: #568E03;
}
.TagClassName
{
border-color: #568E03;
}
</style>