Shades of Olive Drab #568B05
Tints of Olive Drab #568B05
RGB
CMYK
RGB Variations
Color information
#568B05 (or 0x568B05) is known color: Olive Drab. HEX triplet: 56, 8B and 05. RGB value is (86,139,5). Sum of RGB (Red+Green+Blue) = 86+139+5=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #568B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568B05 is #A974FA. Grayscale: #6C6C6C. Windows color (decimal): -11105531 or 363350. OLE color: 363350.
HSL color Cylindrical-coordinate representation of color #568B05: hue angle of 83.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #568B05 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 5 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.45 |
| HSL | 83.73º | 0.93% | 0.28% | - |
| HSV(B) | 83.73º | 0.96% | 0.55% | - |
| XYZ | 13.1 | 20.45 | 3.4 | - |
| YUV | 107.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 5 | 0.38 | 0 | 0.96 | 0.45 | 83.73 | 0.93 | 0.28 |
| Hex | 56 | 8B | 5 | 26 | 0 | 60 | 2D | 54 | 5D | 1C |
| Octal | 126 | 213 | 5 | 46 | 0 | 140 | 55 | 124 | 135 | 34 |
| Binary | 1010110 | 10001011 | 101 | 100110 | 0 | 1100000 | 101101 | 1010100 | 1011101 | 11100 |
Color Harmonies of #568B05
Complementary color
Monochromatic Colors of #568B05
Black with #568B05
Text Example
Text Example
White with #568B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B05; }
p { color: rgb(86,139,5); }
H1.HeaderClassName
{
color: #568B05;
}
.AnyTagClassName
{
color: #568B05;
}
</style>
background-color css
<style>
a { background-color: #568B05; }
a { background-color: rgb(86,139,5); }
div.DivClassName
{
background-color: #568B05;
}
.BgClassName
{
background-color: #568B05;
}
</style>
border-color css
<style>
span { border-color: #568B05; }
span { border-color: rgb(86,139,5); }
td.TdClassName
{
border-color: #568B05;
}
.TagClassName
{
border-color: #568B05;
}
</style>