Shades of Olive Drab #648707
Tints of Olive Drab #648707
RGB
CMYK
RGB Variations
Color information
#648707 (or 0x648707) is known color: Olive Drab. HEX triplet: 64, 87 and 07. RGB value is (100,135,7). Sum of RGB (Red+Green+Blue) = 100+135+7=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #648707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648707 is #9B78F8. Grayscale: #6E6E6E. Windows color (decimal): -10189049 or 493412. OLE color: 493412.
HSL color Cylindrical-coordinate representation of color #648707: hue angle of 76.41º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #648707 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 7 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.47 |
| HSL | 76.41º | 0.9% | 0.28% | - |
| HSV(B) | 76.41º | 0.95% | 0.53% | - |
| XYZ | 13.96 | 20.05 | 3.34 | - |
| YUV | 109.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 7 | 0.26 | 0 | 0.95 | 0.47 | 76.41 | 0.9 | 0.28 |
| Hex | 64 | 87 | 7 | 1A | 0 | 5F | 2F | 4C | 5A | 1C |
| Octal | 144 | 207 | 7 | 32 | 0 | 137 | 57 | 114 | 132 | 34 |
| Binary | 1100100 | 10000111 | 111 | 11010 | 0 | 1011111 | 101111 | 1001100 | 1011010 | 11100 |
Color Harmonies of #648707
Complementary color
Monochromatic Colors of #648707
Black with #648707
Text Example
Text Example
White with #648707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648707; }
p { color: rgb(100,135,7); }
H1.HeaderClassName
{
color: #648707;
}
.AnyTagClassName
{
color: #648707;
}
</style>
background-color css
<style>
a { background-color: #648707; }
a { background-color: rgb(100,135,7); }
div.DivClassName
{
background-color: #648707;
}
.BgClassName
{
background-color: #648707;
}
</style>
border-color css
<style>
span { border-color: #648707; }
span { border-color: rgb(100,135,7); }
td.TdClassName
{
border-color: #648707;
}
.TagClassName
{
border-color: #648707;
}
</style>