Shades of Olive Drab #648826
Tints of Olive Drab #648826
RGB
CMYK
RGB Variations
Color information
#648826 (or 0x648826) is known color: Olive Drab. HEX triplet: 64, 88 and 26. RGB value is (100,136,38). Sum of RGB (Red+Green+Blue) = 100+136+38=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #648826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648826 is #9B77D9. Grayscale: #727272. Windows color (decimal): -10188762 or 2525284. OLE color: 2525284.
HSL color Cylindrical-coordinate representation of color #648826: hue angle of 82.04º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648826 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 38 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.47 |
| HSL | 82.04º | 0.56% | 0.34% | - |
| HSV(B) | 82.04º | 0.72% | 0.53% | - |
| XYZ | 14.41 | 20.46 | 5.02 | - |
| YUV | 114.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 38 | 0.26 | 0 | 0.72 | 0.47 | 82.04 | 0.56 | 0.34 |
| Hex | 64 | 88 | 26 | 1A | 0 | 48 | 2F | 52 | 38 | 22 |
| Octal | 144 | 210 | 46 | 32 | 0 | 110 | 57 | 122 | 70 | 42 |
| Binary | 1100100 | 10001000 | 100110 | 11010 | 0 | 1001000 | 101111 | 1010010 | 111000 | 100010 |
Color Harmonies of #648826
Complementary color
Monochromatic Colors of #648826
Black with #648826
Text Example
Text Example
White with #648826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648826; }
p { color: rgb(100,136,38); }
H1.HeaderClassName
{
color: #648826;
}
.AnyTagClassName
{
color: #648826;
}
</style>
background-color css
<style>
a { background-color: #648826; }
a { background-color: rgb(100,136,38); }
div.DivClassName
{
background-color: #648826;
}
.BgClassName
{
background-color: #648826;
}
</style>
border-color css
<style>
span { border-color: #648826; }
span { border-color: rgb(100,136,38); }
td.TdClassName
{
border-color: #648826;
}
.TagClassName
{
border-color: #648826;
}
</style>