Shades of Olive Drab #568B01
Tints of Olive Drab #568B01
RGB
CMYK
RGB Variations
Color information
#568B01 (or 0x568B01) is known color: Olive Drab. HEX triplet: 56, 8B and 01. RGB value is (86,139,1). Sum of RGB (Red+Green+Blue) = 86+139+1=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #568B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568B01 is #A974FE. Grayscale: #6B6B6B. Windows color (decimal): -11105535 or 101206. OLE color: 101206.
HSL color Cylindrical-coordinate representation of color #568B01: hue angle of 83.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #568B01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.45 |
| HSL | 83.04º | 0.99% | 0.27% | - |
| HSV(B) | 83.04º | 0.99% | 0.55% | - |
| XYZ | 13.08 | 20.45 | 3.29 | - |
| YUV | 107.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 1 | 0.38 | 0 | 0.99 | 0.45 | 83.04 | 0.99 | 0.27 |
| Hex | 56 | 8B | 1 | 26 | 0 | 63 | 2D | 53 | 63 | 1B |
| Octal | 126 | 213 | 1 | 46 | 0 | 143 | 55 | 123 | 143 | 33 |
| Binary | 1010110 | 10001011 | 1 | 100110 | 0 | 1100011 | 101101 | 1010011 | 1100011 | 11011 |
Color Harmonies of #568B01
Complementary color
Monochromatic Colors of #568B01
Black with #568B01
Text Example
Text Example
White with #568B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B01; }
p { color: rgb(86,139,1); }
H1.HeaderClassName
{
color: #568B01;
}
.AnyTagClassName
{
color: #568B01;
}
</style>
background-color css
<style>
a { background-color: #568B01; }
a { background-color: rgb(86,139,1); }
div.DivClassName
{
background-color: #568B01;
}
.BgClassName
{
background-color: #568B01;
}
</style>
border-color css
<style>
span { border-color: #568B01; }
span { border-color: rgb(86,139,1); }
td.TdClassName
{
border-color: #568B01;
}
.TagClassName
{
border-color: #568B01;
}
</style>