Shades of Olive Drab #648902
Tints of Olive Drab #648902
RGB
CMYK
RGB Variations
Color information
#648902 (or 0x648902) is known color: Olive Drab. HEX triplet: 64, 89 and 02. RGB value is (100,137,2). Sum of RGB (Red+Green+Blue) = 100+137+2=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #648902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648902 is #9B76FD. Grayscale: #6F6F6F. Windows color (decimal): -10188542 or 166244. OLE color: 166244.
HSL color Cylindrical-coordinate representation of color #648902: hue angle of 76.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #648902 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.46 |
| HSL | 76.44º | 0.97% | 0.27% | - |
| HSV(B) | 76.44º | 0.99% | 0.54% | - |
| XYZ | 14.21 | 20.61 | 3.29 | - |
| YUV | 110.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 2 | 0.27 | 0 | 0.99 | 0.46 | 76.44 | 0.97 | 0.27 |
| Hex | 64 | 89 | 2 | 1B | 0 | 63 | 2E | 4C | 61 | 1B |
| Octal | 144 | 211 | 2 | 33 | 0 | 143 | 56 | 114 | 141 | 33 |
| Binary | 1100100 | 10001001 | 10 | 11011 | 0 | 1100011 | 101110 | 1001100 | 1100001 | 11011 |
Color Harmonies of #648902
Complementary color
Monochromatic Colors of #648902
Black with #648902
Text Example
Text Example
White with #648902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648902; }
p { color: rgb(100,137,2); }
H1.HeaderClassName
{
color: #648902;
}
.AnyTagClassName
{
color: #648902;
}
</style>
background-color css
<style>
a { background-color: #648902; }
a { background-color: rgb(100,137,2); }
div.DivClassName
{
background-color: #648902;
}
.BgClassName
{
background-color: #648902;
}
</style>
border-color css
<style>
span { border-color: #648902; }
span { border-color: rgb(100,137,2); }
td.TdClassName
{
border-color: #648902;
}
.TagClassName
{
border-color: #648902;
}
</style>