Shades of Olive Drab #648702
Tints of Olive Drab #648702
RGB
CMYK
RGB Variations
Color information
#648702 (or 0x648702) is known color: Olive Drab. HEX triplet: 64, 87 and 02. RGB value is (100,135,2). Sum of RGB (Red+Green+Blue) = 100+135+2=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #648702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648702 is #9B78FD. Grayscale: #6D6D6D. Windows color (decimal): -10189054 or 165732. OLE color: 165732.
HSL color Cylindrical-coordinate representation of color #648702: hue angle of 75.79º 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 #648702 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.47 |
| HSL | 75.79º | 0.97% | 0.27% | - |
| HSV(B) | 75.79º | 0.99% | 0.53% | - |
| XYZ | 13.93 | 20.04 | 3.19 | - |
| YUV | 109.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 2 | 0.26 | 0 | 0.99 | 0.47 | 75.79 | 0.97 | 0.27 |
| Hex | 64 | 87 | 2 | 1A | 0 | 63 | 2F | 4C | 61 | 1B |
| Octal | 144 | 207 | 2 | 32 | 0 | 143 | 57 | 114 | 141 | 33 |
| Binary | 1100100 | 10000111 | 10 | 11010 | 0 | 1100011 | 101111 | 1001100 | 1100001 | 11011 |
Color Harmonies of #648702
Complementary color
Monochromatic Colors of #648702
Black with #648702
Text Example
Text Example
White with #648702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648702; }
p { color: rgb(100,135,2); }
H1.HeaderClassName
{
color: #648702;
}
.AnyTagClassName
{
color: #648702;
}
</style>
background-color css
<style>
a { background-color: #648702; }
a { background-color: rgb(100,135,2); }
div.DivClassName
{
background-color: #648702;
}
.BgClassName
{
background-color: #648702;
}
</style>
border-color css
<style>
span { border-color: #648702; }
span { border-color: rgb(100,135,2); }
td.TdClassName
{
border-color: #648702;
}
.TagClassName
{
border-color: #648702;
}
</style>