Shades of Olive #647000
Tints of Olive #647000
RGB
CMYK
RGB Variations
Color information
#647000 (or 0x647000) is known color: Olive. HEX triplet: 64, 70 and 00. RGB value is (100,112,0). Sum of RGB (Red+Green+Blue) = 100+112+0=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #647000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647000 is #9B8FFF. Grayscale: #606060. Windows color (decimal): -10194944 or 28772. OLE color: 28772.
HSL color Cylindrical-coordinate representation of color #647000: hue angle of 66.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 112 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.56 |
| HSL | 66.43º | 1% | 0.22% | - |
| HSV(B) | 66.43º | 1% | 0.44% | - |
| XYZ | 11.05 | 14.3 | 2.18 | - |
| YUV | 95.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 0 | 0.11 | 0 | 1 | 0.56 | 66.43 | 1 | 0.22 |
| Hex | 64 | 70 | 0 | B | 0 | 64 | 38 | 42 | 64 | 16 |
| Octal | 144 | 160 | 0 | 13 | 0 | 144 | 70 | 102 | 144 | 26 |
| Binary | 1100100 | 1110000 | 0 | 1011 | 0 | 1100100 | 111000 | 1000010 | 1100100 | 10110 |
Color Harmonies of #647000
Complementary color
Monochromatic Colors of #647000
Black with #647000
Text Example
Text Example
White with #647000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647000; }
p { color: rgb(100,112,0); }
H1.HeaderClassName
{
color: #647000;
}
.AnyTagClassName
{
color: #647000;
}
</style>
background-color css
<style>
a { background-color: #647000; }
a { background-color: rgb(100,112,0); }
div.DivClassName
{
background-color: #647000;
}
.BgClassName
{
background-color: #647000;
}
</style>
border-color css
<style>
span { border-color: #647000; }
span { border-color: rgb(100,112,0); }
td.TdClassName
{
border-color: #647000;
}
.TagClassName
{
border-color: #647000;
}
</style>