Shades of Olive Drab #648524
Tints of Olive Drab #648524
RGB
CMYK
RGB Variations
Color information
#648524 (or 0x648524) is known color: Olive Drab. HEX triplet: 64, 85 and 24. RGB value is (100,133,36). Sum of RGB (Red+Green+Blue) = 100+133+36=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #648524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648524 is #9B7ADB. Grayscale: #707070. Windows color (decimal): -10189532 or 2393444. OLE color: 2393444.
HSL color Cylindrical-coordinate representation of color #648524: hue angle of 80.41º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #648524 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 36 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.48 |
| HSL | 80.41º | 0.57% | 0.33% | - |
| HSV(B) | 80.41º | 0.73% | 0.52% | - |
| XYZ | 13.96 | 19.61 | 4.72 | - |
| YUV | 112.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 36 | 0.25 | 0 | 0.73 | 0.48 | 80.41 | 0.57 | 0.33 |
| Hex | 64 | 85 | 24 | 19 | 0 | 49 | 30 | 50 | 39 | 21 |
| Octal | 144 | 205 | 44 | 31 | 0 | 111 | 60 | 120 | 71 | 41 |
| Binary | 1100100 | 10000101 | 100100 | 11001 | 0 | 1001001 | 110000 | 1010000 | 111001 | 100001 |
Color Harmonies of #648524
Complementary color
Monochromatic Colors of #648524
Black with #648524
Text Example
Text Example
White with #648524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648524; }
p { color: rgb(100,133,36); }
H1.HeaderClassName
{
color: #648524;
}
.AnyTagClassName
{
color: #648524;
}
</style>
background-color css
<style>
a { background-color: #648524; }
a { background-color: rgb(100,133,36); }
div.DivClassName
{
background-color: #648524;
}
.BgClassName
{
background-color: #648524;
}
</style>
border-color css
<style>
span { border-color: #648524; }
span { border-color: rgb(100,133,36); }
td.TdClassName
{
border-color: #648524;
}
.TagClassName
{
border-color: #648524;
}
</style>