Shades of Olive Drab #568D01
Tints of Olive Drab #568D01
RGB
CMYK
RGB Variations
Color information
#568D01 (or 0x568D01) is known color: Olive Drab. HEX triplet: 56, 8D and 01. RGB value is (86,141,1). Sum of RGB (Red+Green+Blue) = 86+141+1=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #568D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568D01 is #A972FE. Grayscale: #6D6D6D. Windows color (decimal): -11105023 or 101718. OLE color: 101718.
HSL color Cylindrical-coordinate representation of color #568D01: hue angle of 83.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #568D01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 141 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.45 |
| HSL | 83.57º | 0.99% | 0.28% | - |
| HSV(B) | 83.57º | 0.99% | 0.55% | - |
| XYZ | 13.37 | 21.03 | 3.38 | - |
| YUV | 108.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 1 | 0.39 | 0 | 0.99 | 0.45 | 83.57 | 0.99 | 0.28 |
| Hex | 56 | 8D | 1 | 27 | 0 | 63 | 2D | 54 | 63 | 1C |
| Octal | 126 | 215 | 1 | 47 | 0 | 143 | 55 | 124 | 143 | 34 |
| Binary | 1010110 | 10001101 | 1 | 100111 | 0 | 1100011 | 101101 | 1010100 | 1100011 | 11100 |
Color Harmonies of #568D01
Complementary color
Monochromatic Colors of #568D01
Black with #568D01
Text Example
Text Example
White with #568D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568D01; }
p { color: rgb(86,141,1); }
H1.HeaderClassName
{
color: #568D01;
}
.AnyTagClassName
{
color: #568D01;
}
</style>
background-color css
<style>
a { background-color: #568D01; }
a { background-color: rgb(86,141,1); }
div.DivClassName
{
background-color: #568D01;
}
.BgClassName
{
background-color: #568D01;
}
</style>
border-color css
<style>
span { border-color: #568D01; }
span { border-color: rgb(86,141,1); }
td.TdClassName
{
border-color: #568D01;
}
.TagClassName
{
border-color: #568D01;
}
</style>