Shades of Olive #646D00
Tints of Olive #646D00
RGB
CMYK
RGB Variations
Color information
#646D00 (or 0x646D00) is known color: Olive. HEX triplet: 64, 6D and 00. RGB value is (100,109,0). Sum of RGB (Red+Green+Blue) = 100+109+0=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #646D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646D00 is #9B92FF. Grayscale: #5E5E5E. Windows color (decimal): -10195712 or 28004. OLE color: 28004.
HSL color Cylindrical-coordinate representation of color #646D00: hue angle of 64.95º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #646D00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.57 |
| HSL | 64.95º | 1% | 0.21% | - |
| HSV(B) | 64.95º | 1% | 0.43% | - |
| XYZ | 10.72 | 13.65 | 2.07 | - |
| YUV | 93.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 0 | 0.08 | 0 | 1 | 0.57 | 64.95 | 1 | 0.21 |
| Hex | 64 | 6D | 0 | 8 | 0 | 64 | 39 | 41 | 64 | 15 |
| Octal | 144 | 155 | 0 | 10 | 0 | 144 | 71 | 101 | 144 | 25 |
| Binary | 1100100 | 1101101 | 0 | 1000 | 0 | 1100100 | 111001 | 1000001 | 1100100 | 10101 |
Color Harmonies of #646D00
Complementary color
Monochromatic Colors of #646D00
Black with #646D00
Text Example
Text Example
White with #646D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D00; }
p { color: rgb(100,109,0); }
H1.HeaderClassName
{
color: #646D00;
}
.AnyTagClassName
{
color: #646D00;
}
</style>
background-color css
<style>
a { background-color: #646D00; }
a { background-color: rgb(100,109,0); }
div.DivClassName
{
background-color: #646D00;
}
.BgClassName
{
background-color: #646D00;
}
</style>
border-color css
<style>
span { border-color: #646D00; }
span { border-color: rgb(100,109,0); }
td.TdClassName
{
border-color: #646D00;
}
.TagClassName
{
border-color: #646D00;
}
</style>