Shades of Olive Drab #568B04
Tints of Olive Drab #568B04
RGB
CMYK
RGB Variations
Color information
#568B04 (or 0x568B04) is known color: Olive Drab. HEX triplet: 56, 8B and 04. RGB value is (86,139,4). Sum of RGB (Red+Green+Blue) = 86+139+4=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #568B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568B04 is #A974FB. Grayscale: #6C6C6C. Windows color (decimal): -11105532 or 297814. OLE color: 297814.
HSL color Cylindrical-coordinate representation of color #568B04: hue angle of 83.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #568B04 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 4 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.45 |
| HSL | 83.56º | 0.94% | 0.28% | - |
| HSV(B) | 83.56º | 0.97% | 0.55% | - |
| XYZ | 13.09 | 20.45 | 3.37 | - |
| YUV | 107.76 | 69.44 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 4 | 0.38 | 0 | 0.97 | 0.45 | 83.56 | 0.94 | 0.28 |
| Hex | 56 | 8B | 4 | 26 | 0 | 61 | 2D | 54 | 5E | 1C |
| Octal | 126 | 213 | 4 | 46 | 0 | 141 | 55 | 124 | 136 | 34 |
| Binary | 1010110 | 10001011 | 100 | 100110 | 0 | 1100001 | 101101 | 1010100 | 1011110 | 11100 |
Color Harmonies of #568B04
Complementary color
Monochromatic Colors of #568B04
Black with #568B04
Text Example
Text Example
White with #568B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B04; }
p { color: rgb(86,139,4); }
H1.HeaderClassName
{
color: #568B04;
}
.AnyTagClassName
{
color: #568B04;
}
</style>
background-color css
<style>
a { background-color: #568B04; }
a { background-color: rgb(86,139,4); }
div.DivClassName
{
background-color: #568B04;
}
.BgClassName
{
background-color: #568B04;
}
</style>
border-color css
<style>
span { border-color: #568B04; }
span { border-color: rgb(86,139,4); }
td.TdClassName
{
border-color: #568B04;
}
.TagClassName
{
border-color: #568B04;
}
</style>