Shades of Olive Drab #648828
Tints of Olive Drab #648828
RGB
CMYK
RGB Variations
Color information
#648828 (or 0x648828) is known color: Olive Drab. HEX triplet: 64, 88 and 28. RGB value is (100,136,40). Sum of RGB (Red+Green+Blue) = 100+136+40=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #648828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648828 is #9B77D7. Grayscale: #727272. Windows color (decimal): -10188760 or 2656356. OLE color: 2656356.
HSL color Cylindrical-coordinate representation of color #648828: hue angle of 82.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #648828 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 40 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.47 |
| HSL | 82.5º | 0.55% | 0.35% | - |
| HSV(B) | 82.5º | 0.71% | 0.53% | - |
| XYZ | 14.44 | 20.47 | 5.2 | - |
| YUV | 114.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 40 | 0.26 | 0 | 0.71 | 0.47 | 82.5 | 0.55 | 0.35 |
| Hex | 64 | 88 | 28 | 1A | 0 | 47 | 2F | 52 | 37 | 23 |
| Octal | 144 | 210 | 50 | 32 | 0 | 107 | 57 | 122 | 67 | 43 |
| Binary | 1100100 | 10001000 | 101000 | 11010 | 0 | 1000111 | 101111 | 1010010 | 110111 | 100011 |
Color Harmonies of #648828
Complementary color
Monochromatic Colors of #648828
Black with #648828
Text Example
Text Example
White with #648828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648828; }
p { color: rgb(100,136,40); }
H1.HeaderClassName
{
color: #648828;
}
.AnyTagClassName
{
color: #648828;
}
</style>
background-color css
<style>
a { background-color: #648828; }
a { background-color: rgb(100,136,40); }
div.DivClassName
{
background-color: #648828;
}
.BgClassName
{
background-color: #648828;
}
</style>
border-color css
<style>
span { border-color: #648828; }
span { border-color: rgb(100,136,40); }
td.TdClassName
{
border-color: #648828;
}
.TagClassName
{
border-color: #648828;
}
</style>