Shades of Olive Drab #548507
Tints of Olive Drab #548507
RGB
CMYK
RGB Variations
Color information
#548507 (or 0x548507) is known color: Olive Drab. HEX triplet: 54, 85 and 07. RGB value is (84,133,7). Sum of RGB (Red+Green+Blue) = 84+133+7=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #548507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548507 is #AB7AF8. Grayscale: #686868. Windows color (decimal): -11238137 or 492884. OLE color: 492884.
HSL color Cylindrical-coordinate representation of color #548507: hue angle of 83.33º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #548507 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 7 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.48 |
| HSL | 83.33º | 0.9% | 0.27% | - |
| HSV(B) | 83.33º | 0.95% | 0.52% | - |
| XYZ | 12.08 | 18.68 | 3.17 | - |
| YUV | 103.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 7 | 0.37 | 0 | 0.95 | 0.48 | 83.33 | 0.9 | 0.27 |
| Hex | 54 | 85 | 7 | 25 | 0 | 5F | 30 | 53 | 5A | 1B |
| Octal | 124 | 205 | 7 | 45 | 0 | 137 | 60 | 123 | 132 | 33 |
| Binary | 1010100 | 10000101 | 111 | 100101 | 0 | 1011111 | 110000 | 1010011 | 1011010 | 11011 |
Color Harmonies of #548507
Complementary color
Monochromatic Colors of #548507
Black with #548507
Text Example
Text Example
White with #548507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548507; }
p { color: rgb(84,133,7); }
H1.HeaderClassName
{
color: #548507;
}
.AnyTagClassName
{
color: #548507;
}
</style>
background-color css
<style>
a { background-color: #548507; }
a { background-color: rgb(84,133,7); }
div.DivClassName
{
background-color: #548507;
}
.BgClassName
{
background-color: #548507;
}
</style>
border-color css
<style>
span { border-color: #548507; }
span { border-color: rgb(84,133,7); }
td.TdClassName
{
border-color: #548507;
}
.TagClassName
{
border-color: #548507;
}
</style>