Shades of Olive Drab #558A01
Tints of Olive Drab #558A01
RGB
CMYK
RGB Variations
Color information
#558A01 (or 0x558A01) is known color: Olive Drab. HEX triplet: 55, 8A and 01. RGB value is (85,138,1). Sum of RGB (Red+Green+Blue) = 85+138+1=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #558A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A01 is #AA75FE. Grayscale: #6B6B6B. Windows color (decimal): -11171327 or 100949. OLE color: 100949.
HSL color Cylindrical-coordinate representation of color #558A01: hue angle of 83.21º degrees, saturation: 0.99, 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 #558A01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.46 |
| HSL | 83.21º | 0.99% | 0.27% | - |
| HSV(B) | 83.21º | 0.99% | 0.54% | - |
| XYZ | 12.84 | 20.11 | 3.23 | - |
| YUV | 106.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 1 | 0.38 | 0 | 0.99 | 0.46 | 83.21 | 0.99 | 0.27 |
| Hex | 55 | 8A | 1 | 26 | 0 | 63 | 2E | 53 | 63 | 1B |
| Octal | 125 | 212 | 1 | 46 | 0 | 143 | 56 | 123 | 143 | 33 |
| Binary | 1010101 | 10001010 | 1 | 100110 | 0 | 1100011 | 101110 | 1010011 | 1100011 | 11011 |
Color Harmonies of #558A01
Complementary color
Monochromatic Colors of #558A01
Black with #558A01
Text Example
Text Example
White with #558A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A01; }
p { color: rgb(85,138,1); }
H1.HeaderClassName
{
color: #558A01;
}
.AnyTagClassName
{
color: #558A01;
}
</style>
background-color css
<style>
a { background-color: #558A01; }
a { background-color: rgb(85,138,1); }
div.DivClassName
{
background-color: #558A01;
}
.BgClassName
{
background-color: #558A01;
}
</style>
border-color css
<style>
span { border-color: #558A01; }
span { border-color: rgb(85,138,1); }
td.TdClassName
{
border-color: #558A01;
}
.TagClassName
{
border-color: #558A01;
}
</style>