Shades of Olive Drab #568B00
Tints of Olive Drab #568B00
RGB
CMYK
RGB Variations
Color information
#568B00 (or 0x568B00) is known color: Olive Drab. HEX triplet: 56, 8B and 00. RGB value is (86,139,0). Sum of RGB (Red+Green+Blue) = 86+139+0=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #568B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568B00 is #A974FF. Grayscale: #6B6B6B. Windows color (decimal): -11105536 or 35670. OLE color: 35670.
HSL color Cylindrical-coordinate representation of color #568B00: hue angle of 82.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #568B00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.45 |
| HSL | 82.88º | 1% | 0.27% | - |
| HSV(B) | 82.88º | 1% | 0.55% | - |
| XYZ | 13.07 | 20.44 | 3.26 | - |
| YUV | 107.31 | 67.44 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 0 | 0.38 | 0 | 1 | 0.45 | 82.88 | 1 | 0.27 |
| Hex | 56 | 8B | 0 | 26 | 0 | 64 | 2D | 53 | 64 | 1B |
| Octal | 126 | 213 | 0 | 46 | 0 | 144 | 55 | 123 | 144 | 33 |
| Binary | 1010110 | 10001011 | 0 | 100110 | 0 | 1100100 | 101101 | 1010011 | 1100100 | 11011 |
Color Harmonies of #568B00
Complementary color
Monochromatic Colors of #568B00
Black with #568B00
Text Example
Text Example
White with #568B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B00; }
p { color: rgb(86,139,0); }
H1.HeaderClassName
{
color: #568B00;
}
.AnyTagClassName
{
color: #568B00;
}
</style>
background-color css
<style>
a { background-color: #568B00; }
a { background-color: rgb(86,139,0); }
div.DivClassName
{
background-color: #568B00;
}
.BgClassName
{
background-color: #568B00;
}
</style>
border-color css
<style>
span { border-color: #568B00; }
span { border-color: rgb(86,139,0); }
td.TdClassName
{
border-color: #568B00;
}
.TagClassName
{
border-color: #568B00;
}
</style>