Shades of Olive Drab #558A00
Tints of Olive Drab #558A00
RGB
CMYK
RGB Variations
Color information
#558A00 (or 0x558A00) is known color: Olive Drab. HEX triplet: 55, 8A and 00. RGB value is (85,138,0). Sum of RGB (Red+Green+Blue) = 85+138+0=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #558A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A00 is #AA75FF. Grayscale: #6A6A6A. Windows color (decimal): -11171328 or 35413. OLE color: 35413.
HSL color Cylindrical-coordinate representation of color #558A00: hue angle of 83.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #558A00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.46 |
| HSL | 83.04º | 1% | 0.27% | - |
| HSV(B) | 83.04º | 1% | 0.54% | - |
| XYZ | 12.83 | 20.11 | 3.2 | - |
| YUV | 106.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 0 | 0.38 | 0 | 1 | 0.46 | 83.04 | 1 | 0.27 |
| Hex | 55 | 8A | 0 | 26 | 0 | 64 | 2E | 53 | 64 | 1B |
| Octal | 125 | 212 | 0 | 46 | 0 | 144 | 56 | 123 | 144 | 33 |
| Binary | 1010101 | 10001010 | 0 | 100110 | 0 | 1100100 | 101110 | 1010011 | 1100100 | 11011 |
Color Harmonies of #558A00
Complementary color
Monochromatic Colors of #558A00
Black with #558A00
Text Example
Text Example
White with #558A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A00; }
p { color: rgb(85,138,0); }
H1.HeaderClassName
{
color: #558A00;
}
.AnyTagClassName
{
color: #558A00;
}
</style>
background-color css
<style>
a { background-color: #558A00; }
a { background-color: rgb(85,138,0); }
div.DivClassName
{
background-color: #558A00;
}
.BgClassName
{
background-color: #558A00;
}
</style>
border-color css
<style>
span { border-color: #558A00; }
span { border-color: rgb(85,138,0); }
td.TdClassName
{
border-color: #558A00;
}
.TagClassName
{
border-color: #558A00;
}
</style>