Shades of Olive Drab #648900
Tints of Olive Drab #648900
RGB
CMYK
RGB Variations
Color information
#648900 (or 0x648900) is known color: Olive Drab. HEX triplet: 64, 89 and 00. RGB value is (100,137,0). Sum of RGB (Red+Green+Blue) = 100+137+0=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #648900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648900 is #9B76FF. Grayscale: #6E6E6E. Windows color (decimal): -10188544 or 35172. OLE color: 35172.
HSL color Cylindrical-coordinate representation of color #648900: hue angle of 76.2º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #648900 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.46 |
| HSL | 76.2º | 1% | 0.27% | - |
| HSV(B) | 76.2º | 1% | 0.54% | - |
| XYZ | 14.2 | 20.6 | 3.23 | - |
| YUV | 110.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 0 | 0.27 | 0 | 1 | 0.46 | 76.2 | 1 | 0.27 |
| Hex | 64 | 89 | 0 | 1B | 0 | 64 | 2E | 4C | 64 | 1B |
| Octal | 144 | 211 | 0 | 33 | 0 | 144 | 56 | 114 | 144 | 33 |
| Binary | 1100100 | 10001001 | 0 | 11011 | 0 | 1100100 | 101110 | 1001100 | 1100100 | 11011 |
Color Harmonies of #648900
Complementary color
Monochromatic Colors of #648900
Black with #648900
Text Example
Text Example
White with #648900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648900; }
p { color: rgb(100,137,0); }
H1.HeaderClassName
{
color: #648900;
}
.AnyTagClassName
{
color: #648900;
}
</style>
background-color css
<style>
a { background-color: #648900; }
a { background-color: rgb(100,137,0); }
div.DivClassName
{
background-color: #648900;
}
.BgClassName
{
background-color: #648900;
}
</style>
border-color css
<style>
span { border-color: #648900; }
span { border-color: rgb(100,137,0); }
td.TdClassName
{
border-color: #648900;
}
.TagClassName
{
border-color: #648900;
}
</style>