Shades of Olive Drab #648527
Tints of Olive Drab #648527
RGB
CMYK
RGB Variations
Color information
#648527 (or 0x648527) is known color: Olive Drab. HEX triplet: 64, 85 and 27. RGB value is (100,133,39). Sum of RGB (Red+Green+Blue) = 100+133+39=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #648527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648527 is #9B7AD8. Grayscale: #707070. Windows color (decimal): -10189529 or 2590052. OLE color: 2590052.
HSL color Cylindrical-coordinate representation of color #648527: hue angle of 81.06º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #648527 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 39 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.48 |
| HSL | 81.06º | 0.55% | 0.34% | - |
| HSV(B) | 81.06º | 0.71% | 0.52% | - |
| XYZ | 14.01 | 19.63 | 4.97 | - |
| YUV | 112.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 39 | 0.25 | 0 | 0.71 | 0.48 | 81.06 | 0.55 | 0.34 |
| Hex | 64 | 85 | 27 | 19 | 0 | 47 | 30 | 51 | 37 | 22 |
| Octal | 144 | 205 | 47 | 31 | 0 | 107 | 60 | 121 | 67 | 42 |
| Binary | 1100100 | 10000101 | 100111 | 11001 | 0 | 1000111 | 110000 | 1010001 | 110111 | 100010 |
Color Harmonies of #648527
Complementary color
Monochromatic Colors of #648527
Black with #648527
Text Example
Text Example
White with #648527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648527; }
p { color: rgb(100,133,39); }
H1.HeaderClassName
{
color: #648527;
}
.AnyTagClassName
{
color: #648527;
}
</style>
background-color css
<style>
a { background-color: #648527; }
a { background-color: rgb(100,133,39); }
div.DivClassName
{
background-color: #648527;
}
.BgClassName
{
background-color: #648527;
}
</style>
border-color css
<style>
span { border-color: #648527; }
span { border-color: rgb(100,133,39); }
td.TdClassName
{
border-color: #648527;
}
.TagClassName
{
border-color: #648527;
}
</style>