Shades of Olive Drab #649700
Tints of Olive Drab #649700
RGB
CMYK
RGB Variations
Color information
#649700 (or 0x649700) is known color: Olive Drab. HEX triplet: 64, 97 and 00. RGB value is (100,151,0). Sum of RGB (Red+Green+Blue) = 100+151+0=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #649700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649700 is #9B68FF. Grayscale: #777777. Windows color (decimal): -10184960 or 38756. OLE color: 38756.
HSL color Cylindrical-coordinate representation of color #649700: hue angle of 80.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #649700 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.41 |
| HSL | 80.26º | 1% | 0.3% | - |
| HSV(B) | 80.26º | 1% | 0.59% | - |
| XYZ | 16.32 | 24.84 | 3.93 | - |
| YUV | 118.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 0 | 0.34 | 0 | 1 | 0.41 | 80.26 | 1 | 0.3 |
| Hex | 64 | 97 | 0 | 22 | 0 | 64 | 29 | 50 | 64 | 1E |
| Octal | 144 | 227 | 0 | 42 | 0 | 144 | 51 | 120 | 144 | 36 |
| Binary | 1100100 | 10010111 | 0 | 100010 | 0 | 1100100 | 101001 | 1010000 | 1100100 | 11110 |
Color Harmonies of #649700
Complementary color
Monochromatic Colors of #649700
Black with #649700
Text Example
Text Example
White with #649700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649700; }
p { color: rgb(100,151,0); }
H1.HeaderClassName
{
color: #649700;
}
.AnyTagClassName
{
color: #649700;
}
</style>
background-color css
<style>
a { background-color: #649700; }
a { background-color: rgb(100,151,0); }
div.DivClassName
{
background-color: #649700;
}
.BgClassName
{
background-color: #649700;
}
</style>
border-color css
<style>
span { border-color: #649700; }
span { border-color: rgb(100,151,0); }
td.TdClassName
{
border-color: #649700;
}
.TagClassName
{
border-color: #649700;
}
</style>