Shades of Olive Drab #648706
Tints of Olive Drab #648706
RGB
CMYK
RGB Variations
Color information
#648706 (or 0x648706) is known color: Olive Drab. HEX triplet: 64, 87 and 06. RGB value is (100,135,6). Sum of RGB (Red+Green+Blue) = 100+135+6=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #648706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648706 is #9B78F9. Grayscale: #6E6E6E. Windows color (decimal): -10189050 or 427876. OLE color: 427876.
HSL color Cylindrical-coordinate representation of color #648706: hue angle of 76.28º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #648706 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 6 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.47 |
| HSL | 76.28º | 0.91% | 0.28% | - |
| HSV(B) | 76.28º | 0.96% | 0.53% | - |
| XYZ | 13.95 | 20.05 | 3.31 | - |
| YUV | 109.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 6 | 0.26 | 0 | 0.96 | 0.47 | 76.28 | 0.91 | 0.28 |
| Hex | 64 | 87 | 6 | 1A | 0 | 60 | 2F | 4C | 5B | 1C |
| Octal | 144 | 207 | 6 | 32 | 0 | 140 | 57 | 114 | 133 | 34 |
| Binary | 1100100 | 10000111 | 110 | 11010 | 0 | 1100000 | 101111 | 1001100 | 1011011 | 11100 |
Color Harmonies of #648706
Complementary color
Monochromatic Colors of #648706
Black with #648706
Text Example
Text Example
White with #648706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648706; }
p { color: rgb(100,135,6); }
H1.HeaderClassName
{
color: #648706;
}
.AnyTagClassName
{
color: #648706;
}
</style>
background-color css
<style>
a { background-color: #648706; }
a { background-color: rgb(100,135,6); }
div.DivClassName
{
background-color: #648706;
}
.BgClassName
{
background-color: #648706;
}
</style>
border-color css
<style>
span { border-color: #648706; }
span { border-color: rgb(100,135,6); }
td.TdClassName
{
border-color: #648706;
}
.TagClassName
{
border-color: #648706;
}
</style>