Shades of Olive Drab #648328
Tints of Olive Drab #648328
RGB
CMYK
RGB Variations
Color information
#648328 (or 0x648328) is known color: Olive Drab. HEX triplet: 64, 83 and 28. RGB value is (100,131,40). Sum of RGB (Red+Green+Blue) = 100+131+40=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #648328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648328 is #9B7CD7. Grayscale: #6F6F6F. Windows color (decimal): -10190040 or 2655076. OLE color: 2655076.
HSL color Cylindrical-coordinate representation of color #648328: hue angle of 80.44º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #648328 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 40 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.49 |
| HSL | 80.44º | 0.53% | 0.34% | - |
| HSV(B) | 80.44º | 0.69% | 0.51% | - |
| XYZ | 13.75 | 19.1 | 4.97 | - |
| YUV | 111.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 40 | 0.24 | 0 | 0.69 | 0.49 | 80.44 | 0.53 | 0.34 |
| Hex | 64 | 83 | 28 | 18 | 0 | 45 | 31 | 50 | 35 | 22 |
| Octal | 144 | 203 | 50 | 30 | 0 | 105 | 61 | 120 | 65 | 42 |
| Binary | 1100100 | 10000011 | 101000 | 11000 | 0 | 1000101 | 110001 | 1010000 | 110101 | 100010 |
Color Harmonies of #648328
Complementary color
Monochromatic Colors of #648328
Black with #648328
Text Example
Text Example
White with #648328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648328; }
p { color: rgb(100,131,40); }
H1.HeaderClassName
{
color: #648328;
}
.AnyTagClassName
{
color: #648328;
}
</style>
background-color css
<style>
a { background-color: #648328; }
a { background-color: rgb(100,131,40); }
div.DivClassName
{
background-color: #648328;
}
.BgClassName
{
background-color: #648328;
}
</style>
border-color css
<style>
span { border-color: #648328; }
span { border-color: rgb(100,131,40); }
td.TdClassName
{
border-color: #648328;
}
.TagClassName
{
border-color: #648328;
}
</style>