Shades of Olive Drab #54800D
Tints of Olive Drab #54800D
RGB
CMYK
RGB Variations
Color information
#54800D (or 0x54800D) is known color: Olive Drab. HEX triplet: 54, 80 and 0D. RGB value is (84,128,13). Sum of RGB (Red+Green+Blue) = 84+128+13=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #54800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54800D is #AB7FF2. Grayscale: #666666. Windows color (decimal): -11239411 or 884820. OLE color: 884820.
HSL color Cylindrical-coordinate representation of color #54800D: hue angle of 82.96º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54800D is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 13 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.50 |
| HSL | 82.96º | 0.82% | 0.28% | - |
| HSV(B) | 82.96º | 0.9% | 0.5% | - |
| XYZ | 11.45 | 17.35 | 3.13 | - |
| YUV | 101.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 13 | 0.34 | 0 | 0.90 | 0.50 | 82.96 | 0.82 | 0.28 |
| Hex | 54 | 80 | D | 22 | 0 | 5A | 32 | 53 | 52 | 1C |
| Octal | 124 | 200 | 15 | 42 | 0 | 132 | 62 | 123 | 122 | 34 |
| Binary | 1010100 | 10000000 | 1101 | 100010 | 0 | 1011010 | 110010 | 1010011 | 1010010 | 11100 |
Color Harmonies of #54800D
Complementary color
Monochromatic Colors of #54800D
Black with #54800D
Text Example
Text Example
White with #54800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54800D; }
p { color: rgb(84,128,13); }
H1.HeaderClassName
{
color: #54800D;
}
.AnyTagClassName
{
color: #54800D;
}
</style>
background-color css
<style>
a { background-color: #54800D; }
a { background-color: rgb(84,128,13); }
div.DivClassName
{
background-color: #54800D;
}
.BgClassName
{
background-color: #54800D;
}
</style>
border-color css
<style>
span { border-color: #54800D; }
span { border-color: rgb(84,128,13); }
td.TdClassName
{
border-color: #54800D;
}
.TagClassName
{
border-color: #54800D;
}
</style>