Shades of Olive Drab #648602
Tints of Olive Drab #648602
RGB
CMYK
RGB Variations
Color information
#648602 (or 0x648602) is known color: Olive Drab. HEX triplet: 64, 86 and 02. RGB value is (100,134,2). Sum of RGB (Red+Green+Blue) = 100+134+2=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #648602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648602 is #9B79FD. Grayscale: #6D6D6D. Windows color (decimal): -10189310 or 165476. OLE color: 165476.
HSL color Cylindrical-coordinate representation of color #648602: hue angle of 75.45º 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 #648602 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.47 |
| HSL | 75.45º | 0.97% | 0.27% | - |
| HSV(B) | 75.45º | 0.99% | 0.53% | - |
| XYZ | 13.79 | 19.76 | 3.15 | - |
| YUV | 108.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 2 | 0.25 | 0 | 0.99 | 0.47 | 75.45 | 0.97 | 0.27 |
| Hex | 64 | 86 | 2 | 19 | 0 | 63 | 2F | 4B | 61 | 1B |
| Octal | 144 | 206 | 2 | 31 | 0 | 143 | 57 | 113 | 141 | 33 |
| Binary | 1100100 | 10000110 | 10 | 11001 | 0 | 1100011 | 101111 | 1001011 | 1100001 | 11011 |
Color Harmonies of #648602
Complementary color
Monochromatic Colors of #648602
Black with #648602
Text Example
Text Example
White with #648602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648602; }
p { color: rgb(100,134,2); }
H1.HeaderClassName
{
color: #648602;
}
.AnyTagClassName
{
color: #648602;
}
</style>
background-color css
<style>
a { background-color: #648602; }
a { background-color: rgb(100,134,2); }
div.DivClassName
{
background-color: #648602;
}
.BgClassName
{
background-color: #648602;
}
</style>
border-color css
<style>
span { border-color: #648602; }
span { border-color: rgb(100,134,2); }
td.TdClassName
{
border-color: #648602;
}
.TagClassName
{
border-color: #648602;
}
</style>