Shades of Olive Drab #548901
Tints of Olive Drab #548901
RGB
CMYK
RGB Variations
Color information
#548901 (or 0x548901) is known color: Olive Drab. HEX triplet: 54, 89 and 01. RGB value is (84,137,1). Sum of RGB (Red+Green+Blue) = 84+137+1=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #548901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548901 is #AB76FE. Grayscale: #6A6A6A. Windows color (decimal): -11237119 or 100692. OLE color: 100692.
HSL color Cylindrical-coordinate representation of color #548901: hue angle of 83.38º 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 #548901 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.46 |
| HSL | 83.38º | 0.99% | 0.27% | - |
| HSV(B) | 83.38º | 0.99% | 0.54% | - |
| XYZ | 12.61 | 19.78 | 3.18 | - |
| YUV | 105.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 1 | 0.39 | 0 | 0.99 | 0.46 | 83.38 | 0.99 | 0.27 |
| Hex | 54 | 89 | 1 | 27 | 0 | 63 | 2E | 53 | 63 | 1B |
| Octal | 124 | 211 | 1 | 47 | 0 | 143 | 56 | 123 | 143 | 33 |
| Binary | 1010100 | 10001001 | 1 | 100111 | 0 | 1100011 | 101110 | 1010011 | 1100011 | 11011 |
Color Harmonies of #548901
Complementary color
Monochromatic Colors of #548901
Black with #548901
Text Example
Text Example
White with #548901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548901; }
p { color: rgb(84,137,1); }
H1.HeaderClassName
{
color: #548901;
}
.AnyTagClassName
{
color: #548901;
}
</style>
background-color css
<style>
a { background-color: #548901; }
a { background-color: rgb(84,137,1); }
div.DivClassName
{
background-color: #548901;
}
.BgClassName
{
background-color: #548901;
}
</style>
border-color css
<style>
span { border-color: #548901; }
span { border-color: rgb(84,137,1); }
td.TdClassName
{
border-color: #548901;
}
.TagClassName
{
border-color: #548901;
}
</style>