Shades of Olive #647100
Tints of Olive #647100
RGB
CMYK
RGB Variations
Color information
#647100 (or 0x647100) is known color: Olive. HEX triplet: 64, 71 and 00. RGB value is (100,113,0). Sum of RGB (Red+Green+Blue) = 100+113+0=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #647100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647100 is #9B8EFF. Grayscale: #606060. Windows color (decimal): -10194688 or 29028. OLE color: 29028.
HSL color Cylindrical-coordinate representation of color #647100: hue angle of 66.9º 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 #647100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 113 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.56 |
| HSL | 66.9º | 1% | 0.22% | - |
| HSV(B) | 66.9º | 1% | 0.44% | - |
| XYZ | 11.16 | 14.52 | 2.21 | - |
| YUV | 96.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 0 | 0.12 | 0 | 1 | 0.56 | 66.9 | 1 | 0.22 |
| Hex | 64 | 71 | 0 | C | 0 | 64 | 38 | 43 | 64 | 16 |
| Octal | 144 | 161 | 0 | 14 | 0 | 144 | 70 | 103 | 144 | 26 |
| Binary | 1100100 | 1110001 | 0 | 1100 | 0 | 1100100 | 111000 | 1000011 | 1100100 | 10110 |
Color Harmonies of #647100
Complementary color
Monochromatic Colors of #647100
Black with #647100
Text Example
Text Example
White with #647100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647100; }
p { color: rgb(100,113,0); }
H1.HeaderClassName
{
color: #647100;
}
.AnyTagClassName
{
color: #647100;
}
</style>
background-color css
<style>
a { background-color: #647100; }
a { background-color: rgb(100,113,0); }
div.DivClassName
{
background-color: #647100;
}
.BgClassName
{
background-color: #647100;
}
</style>
border-color css
<style>
span { border-color: #647100; }
span { border-color: rgb(100,113,0); }
td.TdClassName
{
border-color: #647100;
}
.TagClassName
{
border-color: #647100;
}
</style>