Shades of Olive Drab #648628
Tints of Olive Drab #648628
RGB
CMYK
RGB Variations
Color information
#648628 (or 0x648628) is known color: Olive Drab. HEX triplet: 64, 86 and 28. RGB value is (100,134,40). Sum of RGB (Red+Green+Blue) = 100+134+40=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #648628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648628 is #9B79D7. Grayscale: #717171. Windows color (decimal): -10189272 or 2655844. OLE color: 2655844.
HSL color Cylindrical-coordinate representation of color #648628: hue angle of 81.7º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #648628 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 40 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.47 |
| HSL | 81.7º | 0.54% | 0.34% | - |
| HSV(B) | 81.7º | 0.7% | 0.53% | - |
| XYZ | 14.16 | 19.91 | 5.1 | - |
| YUV | 113.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 40 | 0.25 | 0 | 0.70 | 0.47 | 81.7 | 0.54 | 0.34 |
| Hex | 64 | 86 | 28 | 19 | 0 | 46 | 2F | 52 | 36 | 22 |
| Octal | 144 | 206 | 50 | 31 | 0 | 106 | 57 | 122 | 66 | 42 |
| Binary | 1100100 | 10000110 | 101000 | 11001 | 0 | 1000110 | 101111 | 1010010 | 110110 | 100010 |
Color Harmonies of #648628
Complementary color
Monochromatic Colors of #648628
Black with #648628
Text Example
Text Example
White with #648628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648628; }
p { color: rgb(100,134,40); }
H1.HeaderClassName
{
color: #648628;
}
.AnyTagClassName
{
color: #648628;
}
</style>
background-color css
<style>
a { background-color: #648628; }
a { background-color: rgb(100,134,40); }
div.DivClassName
{
background-color: #648628;
}
.BgClassName
{
background-color: #648628;
}
</style>
border-color css
<style>
span { border-color: #648628; }
span { border-color: rgb(100,134,40); }
td.TdClassName
{
border-color: #648628;
}
.TagClassName
{
border-color: #648628;
}
</style>