Shades of Olive Drab #54820B
Tints of Olive Drab #54820B
RGB
CMYK
RGB Variations
Color information
#54820B (or 0x54820B) is known color: Olive Drab. HEX triplet: 54, 82 and 0B. RGB value is (84,130,11). Sum of RGB (Red+Green+Blue) = 84+130+11=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #54820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54820B is #AB7DF4. Grayscale: #676767. Windows color (decimal): -11238901 or 754260. OLE color: 754260.
HSL color Cylindrical-coordinate representation of color #54820B: hue angle of 83.19º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54820B is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 130 | 11 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.49 |
| HSL | 83.19º | 0.84% | 0.28% | - |
| HSV(B) | 83.19º | 0.92% | 0.51% | - |
| XYZ | 11.7 | 17.87 | 3.15 | - |
| YUV | 102.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 11 | 0.35 | 0 | 0.92 | 0.49 | 83.19 | 0.84 | 0.28 |
| Hex | 54 | 82 | B | 23 | 0 | 5C | 31 | 53 | 54 | 1C |
| Octal | 124 | 202 | 13 | 43 | 0 | 134 | 61 | 123 | 124 | 34 |
| Binary | 1010100 | 10000010 | 1011 | 100011 | 0 | 1011100 | 110001 | 1010011 | 1010100 | 11100 |
Color Harmonies of #54820B
Complementary color
Monochromatic Colors of #54820B
Black with #54820B
Text Example
Text Example
White with #54820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54820B; }
p { color: rgb(84,130,11); }
H1.HeaderClassName
{
color: #54820B;
}
.AnyTagClassName
{
color: #54820B;
}
</style>
background-color css
<style>
a { background-color: #54820B; }
a { background-color: rgb(84,130,11); }
div.DivClassName
{
background-color: #54820B;
}
.BgClassName
{
background-color: #54820B;
}
</style>
border-color css
<style>
span { border-color: #54820B; }
span { border-color: rgb(84,130,11); }
td.TdClassName
{
border-color: #54820B;
}
.TagClassName
{
border-color: #54820B;
}
</style>