Shades of Olive Drab #648802
Tints of Olive Drab #648802
RGB
CMYK
RGB Variations
Color information
#648802 (or 0x648802) is known color: Olive Drab. HEX triplet: 64, 88 and 02. RGB value is (100,136,2). Sum of RGB (Red+Green+Blue) = 100+136+2=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #648802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648802 is #9B77FD. Grayscale: #6E6E6E. Windows color (decimal): -10188798 or 165988. OLE color: 165988.
HSL color Cylindrical-coordinate representation of color #648802: hue angle of 76.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #648802 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.47 |
| HSL | 76.12º | 0.97% | 0.27% | - |
| HSV(B) | 76.12º | 0.99% | 0.53% | - |
| XYZ | 14.07 | 20.32 | 3.24 | - |
| YUV | 109.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 2 | 0.26 | 0 | 0.99 | 0.47 | 76.12 | 0.97 | 0.27 |
| Hex | 64 | 88 | 2 | 1A | 0 | 63 | 2F | 4C | 61 | 1B |
| Octal | 144 | 210 | 2 | 32 | 0 | 143 | 57 | 114 | 141 | 33 |
| Binary | 1100100 | 10001000 | 10 | 11010 | 0 | 1100011 | 101111 | 1001100 | 1100001 | 11011 |
Color Harmonies of #648802
Complementary color
Monochromatic Colors of #648802
Black with #648802
Text Example
Text Example
White with #648802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648802; }
p { color: rgb(100,136,2); }
H1.HeaderClassName
{
color: #648802;
}
.AnyTagClassName
{
color: #648802;
}
</style>
background-color css
<style>
a { background-color: #648802; }
a { background-color: rgb(100,136,2); }
div.DivClassName
{
background-color: #648802;
}
.BgClassName
{
background-color: #648802;
}
</style>
border-color css
<style>
span { border-color: #648802; }
span { border-color: rgb(100,136,2); }
td.TdClassName
{
border-color: #648802;
}
.TagClassName
{
border-color: #648802;
}
</style>