Shades of Olive Drab #648325
Tints of Olive Drab #648325
RGB
CMYK
RGB Variations
Color information
#648325 (or 0x648325) is known color: Olive Drab. HEX triplet: 64, 83 and 25. RGB value is (100,131,37). Sum of RGB (Red+Green+Blue) = 100+131+37=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #648325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648325 is #9B7CDA. Grayscale: #6F6F6F. Windows color (decimal): -10190043 or 2458468. OLE color: 2458468.
HSL color Cylindrical-coordinate representation of color #648325: hue angle of 79.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648325 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 37 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.49 |
| HSL | 79.79º | 0.56% | 0.33% | - |
| HSV(B) | 79.79º | 0.72% | 0.51% | - |
| XYZ | 13.71 | 19.08 | 4.71 | - |
| YUV | 111.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 37 | 0.24 | 0 | 0.72 | 0.49 | 79.79 | 0.56 | 0.33 |
| Hex | 64 | 83 | 25 | 18 | 0 | 48 | 31 | 50 | 38 | 21 |
| Octal | 144 | 203 | 45 | 30 | 0 | 110 | 61 | 120 | 70 | 41 |
| Binary | 1100100 | 10000011 | 100101 | 11000 | 0 | 1001000 | 110001 | 1010000 | 111000 | 100001 |
Color Harmonies of #648325
Complementary color
Monochromatic Colors of #648325
Black with #648325
Text Example
Text Example
White with #648325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648325; }
p { color: rgb(100,131,37); }
H1.HeaderClassName
{
color: #648325;
}
.AnyTagClassName
{
color: #648325;
}
</style>
background-color css
<style>
a { background-color: #648325; }
a { background-color: rgb(100,131,37); }
div.DivClassName
{
background-color: #648325;
}
.BgClassName
{
background-color: #648325;
}
</style>
border-color css
<style>
span { border-color: #648325; }
span { border-color: rgb(100,131,37); }
td.TdClassName
{
border-color: #648325;
}
.TagClassName
{
border-color: #648325;
}
</style>