Shades of Olive Drab #568902
Tints of Olive Drab #568902
RGB
CMYK
RGB Variations
Color information
#568902 (or 0x568902) is known color: Olive Drab. HEX triplet: 56, 89 and 02. RGB value is (86,137,2). Sum of RGB (Red+Green+Blue) = 86+137+2=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #568902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568902 is #A976FD. Grayscale: #6A6A6A. Windows color (decimal): -11106046 or 166230. OLE color: 166230.
HSL color Cylindrical-coordinate representation of color #568902: hue angle of 82.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #568902 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 137 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.46 |
| HSL | 82.67º | 0.97% | 0.27% | - |
| HSV(B) | 82.67º | 0.99% | 0.54% | - |
| XYZ | 12.79 | 19.87 | 3.22 | - |
| YUV | 106.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 2 | 0.37 | 0 | 0.99 | 0.46 | 82.67 | 0.97 | 0.27 |
| Hex | 56 | 89 | 2 | 25 | 0 | 63 | 2E | 53 | 61 | 1B |
| Octal | 126 | 211 | 2 | 45 | 0 | 143 | 56 | 123 | 141 | 33 |
| Binary | 1010110 | 10001001 | 10 | 100101 | 0 | 1100011 | 101110 | 1010011 | 1100001 | 11011 |
Color Harmonies of #568902
Complementary color
Monochromatic Colors of #568902
Black with #568902
Text Example
Text Example
White with #568902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568902; }
p { color: rgb(86,137,2); }
H1.HeaderClassName
{
color: #568902;
}
.AnyTagClassName
{
color: #568902;
}
</style>
background-color css
<style>
a { background-color: #568902; }
a { background-color: rgb(86,137,2); }
div.DivClassName
{
background-color: #568902;
}
.BgClassName
{
background-color: #568902;
}
</style>
border-color css
<style>
span { border-color: #568902; }
span { border-color: rgb(86,137,2); }
td.TdClassName
{
border-color: #568902;
}
.TagClassName
{
border-color: #568902;
}
</style>