Shades of Olive Drab #649101
Tints of Olive Drab #649101
RGB
CMYK
RGB Variations
Color information
#649101 (or 0x649101) is known color: Olive Drab. HEX triplet: 64, 91 and 01. RGB value is (100,145,1). Sum of RGB (Red+Green+Blue) = 100+145+1=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #649101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649101 is #9B6EFE. Grayscale: #737373. Windows color (decimal): -10186495 or 102756. OLE color: 102756.
HSL color Cylindrical-coordinate representation of color #649101: hue angle of 78.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649101 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.43 |
| HSL | 78.75º | 0.99% | 0.29% | - |
| HSV(B) | 78.75º | 0.99% | 0.57% | - |
| XYZ | 15.39 | 22.96 | 3.65 | - |
| YUV | 115.13 | 63.59 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 1 | 0.31 | 0 | 0.99 | 0.43 | 78.75 | 0.99 | 0.29 |
| Hex | 64 | 91 | 1 | 1F | 0 | 63 | 2B | 4F | 63 | 1D |
| Octal | 144 | 221 | 1 | 37 | 0 | 143 | 53 | 117 | 143 | 35 |
| Binary | 1100100 | 10010001 | 1 | 11111 | 0 | 1100011 | 101011 | 1001111 | 1100011 | 11101 |
Color Harmonies of #649101
Complementary color
Monochromatic Colors of #649101
Black with #649101
Text Example
Text Example
White with #649101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649101; }
p { color: rgb(100,145,1); }
H1.HeaderClassName
{
color: #649101;
}
.AnyTagClassName
{
color: #649101;
}
</style>
background-color css
<style>
a { background-color: #649101; }
a { background-color: rgb(100,145,1); }
div.DivClassName
{
background-color: #649101;
}
.BgClassName
{
background-color: #649101;
}
</style>
border-color css
<style>
span { border-color: #649101; }
span { border-color: rgb(100,145,1); }
td.TdClassName
{
border-color: #649101;
}
.TagClassName
{
border-color: #649101;
}
</style>