Shades of Olive Drab #648622
Tints of Olive Drab #648622
RGB
CMYK
RGB Variations
Color information
#648622 (or 0x648622) is known color: Olive Drab. HEX triplet: 64, 86 and 22. RGB value is (100,134,34). Sum of RGB (Red+Green+Blue) = 100+134+34=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #648622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648622 is #9B79DD. Grayscale: #707070. Windows color (decimal): -10189278 or 2262628. OLE color: 2262628.
HSL color Cylindrical-coordinate representation of color #648622: hue angle of 80.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #648622 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 34 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.47 |
| HSL | 80.4º | 0.6% | 0.33% | - |
| HSV(B) | 80.4º | 0.75% | 0.53% | - |
| XYZ | 14.07 | 19.88 | 4.61 | - |
| YUV | 112.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 34 | 0.25 | 0 | 0.75 | 0.47 | 80.4 | 0.6 | 0.33 |
| Hex | 64 | 86 | 22 | 19 | 0 | 4B | 2F | 50 | 3C | 21 |
| Octal | 144 | 206 | 42 | 31 | 0 | 113 | 57 | 120 | 74 | 41 |
| Binary | 1100100 | 10000110 | 100010 | 11001 | 0 | 1001011 | 101111 | 1010000 | 111100 | 100001 |
Color Harmonies of #648622
Complementary color
Monochromatic Colors of #648622
Black with #648622
Text Example
Text Example
White with #648622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648622; }
p { color: rgb(100,134,34); }
H1.HeaderClassName
{
color: #648622;
}
.AnyTagClassName
{
color: #648622;
}
</style>
background-color css
<style>
a { background-color: #648622; }
a { background-color: rgb(100,134,34); }
div.DivClassName
{
background-color: #648622;
}
.BgClassName
{
background-color: #648622;
}
</style>
border-color css
<style>
span { border-color: #648622; }
span { border-color: rgb(100,134,34); }
td.TdClassName
{
border-color: #648622;
}
.TagClassName
{
border-color: #648622;
}
</style>