Shades of Olive Drab #648607
Tints of Olive Drab #648607
RGB
CMYK
RGB Variations
Color information
#648607 (or 0x648607) is known color: Olive Drab. HEX triplet: 64, 86 and 07. RGB value is (100,134,7). Sum of RGB (Red+Green+Blue) = 100+134+7=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #648607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648607 is #9B79F8. Grayscale: #6D6D6D. Windows color (decimal): -10189305 or 493156. OLE color: 493156.
HSL color Cylindrical-coordinate representation of color #648607: hue angle of 76.06º 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 #648607 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 7 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.47 |
| HSL | 76.06º | 0.9% | 0.28% | - |
| HSV(B) | 76.06º | 0.95% | 0.53% | - |
| XYZ | 13.82 | 19.77 | 3.29 | - |
| YUV | 109.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 7 | 0.25 | 0 | 0.95 | 0.47 | 76.06 | 0.9 | 0.28 |
| Hex | 64 | 86 | 7 | 19 | 0 | 5F | 2F | 4C | 5A | 1C |
| Octal | 144 | 206 | 7 | 31 | 0 | 137 | 57 | 114 | 132 | 34 |
| Binary | 1100100 | 10000110 | 111 | 11001 | 0 | 1011111 | 101111 | 1001100 | 1011010 | 11100 |
Color Harmonies of #648607
Complementary color
Monochromatic Colors of #648607
Black with #648607
Text Example
Text Example
White with #648607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648607; }
p { color: rgb(100,134,7); }
H1.HeaderClassName
{
color: #648607;
}
.AnyTagClassName
{
color: #648607;
}
</style>
background-color css
<style>
a { background-color: #648607; }
a { background-color: rgb(100,134,7); }
div.DivClassName
{
background-color: #648607;
}
.BgClassName
{
background-color: #648607;
}
</style>
border-color css
<style>
span { border-color: #648607; }
span { border-color: rgb(100,134,7); }
td.TdClassName
{
border-color: #648607;
}
.TagClassName
{
border-color: #648607;
}
</style>