Shades of Olive Drab #648315
Tints of Olive Drab #648315
RGB
CMYK
RGB Variations
Color information
#648315 (or 0x648315) is known color: Olive Drab. HEX triplet: 64, 83 and 15. RGB value is (100,131,21). Sum of RGB (Red+Green+Blue) = 100+131+21=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #648315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648315 is #9B7CEA. Grayscale: #6D6D6D. Windows color (decimal): -10190059 or 1409892. OLE color: 1409892.
HSL color Cylindrical-coordinate representation of color #648315: hue angle of 76.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #648315 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 21 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.49 |
| HSL | 76.91º | 0.72% | 0.3% | - |
| HSV(B) | 76.91º | 0.84% | 0.51% | - |
| XYZ | 13.51 | 19 | 3.66 | - |
| YUV | 109.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 21 | 0.24 | 0 | 0.84 | 0.49 | 76.91 | 0.72 | 0.3 |
| Hex | 64 | 83 | 15 | 18 | 0 | 54 | 31 | 4D | 48 | 1E |
| Octal | 144 | 203 | 25 | 30 | 0 | 124 | 61 | 115 | 110 | 36 |
| Binary | 1100100 | 10000011 | 10101 | 11000 | 0 | 1010100 | 110001 | 1001101 | 1001000 | 11110 |
Color Harmonies of #648315
Complementary color
Monochromatic Colors of #648315
Black with #648315
Text Example
Text Example
White with #648315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648315; }
p { color: rgb(100,131,21); }
H1.HeaderClassName
{
color: #648315;
}
.AnyTagClassName
{
color: #648315;
}
</style>
background-color css
<style>
a { background-color: #648315; }
a { background-color: rgb(100,131,21); }
div.DivClassName
{
background-color: #648315;
}
.BgClassName
{
background-color: #648315;
}
</style>
border-color css
<style>
span { border-color: #648315; }
span { border-color: rgb(100,131,21); }
td.TdClassName
{
border-color: #648315;
}
.TagClassName
{
border-color: #648315;
}
</style>