Shades of Olive Drab #548705
Tints of Olive Drab #548705
RGB
CMYK
RGB Variations
Color information
#548705 (or 0x548705) is known color: Olive Drab. HEX triplet: 54, 87 and 05. RGB value is (84,135,5). Sum of RGB (Red+Green+Blue) = 84+135+5=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #548705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548705 is #AB78FA. Grayscale: #696969. Windows color (decimal): -11237627 or 362324. OLE color: 362324.
HSL color Cylindrical-coordinate representation of color #548705: hue angle of 83.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #548705 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 5 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.47 |
| HSL | 83.54º | 0.93% | 0.27% | - |
| HSV(B) | 83.54º | 0.96% | 0.53% | - |
| XYZ | 12.35 | 19.22 | 3.2 | - |
| YUV | 104.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 5 | 0.38 | 0 | 0.96 | 0.47 | 83.54 | 0.93 | 0.27 |
| Hex | 54 | 87 | 5 | 26 | 0 | 60 | 2F | 54 | 5D | 1B |
| Octal | 124 | 207 | 5 | 46 | 0 | 140 | 57 | 124 | 135 | 33 |
| Binary | 1010100 | 10000111 | 101 | 100110 | 0 | 1100000 | 101111 | 1010100 | 1011101 | 11011 |
Color Harmonies of #548705
Complementary color
Monochromatic Colors of #548705
Black with #548705
Text Example
Text Example
White with #548705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548705; }
p { color: rgb(84,135,5); }
H1.HeaderClassName
{
color: #548705;
}
.AnyTagClassName
{
color: #548705;
}
</style>
background-color css
<style>
a { background-color: #548705; }
a { background-color: rgb(84,135,5); }
div.DivClassName
{
background-color: #548705;
}
.BgClassName
{
background-color: #548705;
}
</style>
border-color css
<style>
span { border-color: #548705; }
span { border-color: rgb(84,135,5); }
td.TdClassName
{
border-color: #548705;
}
.TagClassName
{
border-color: #548705;
}
</style>