Shades of Olive #647700
Tints of Olive #647700
RGB
CMYK
RGB Variations
Color information
#647700 (or 0x647700) is known color: Olive. HEX triplet: 64, 77 and 00. RGB value is (100,119,0). Sum of RGB (Red+Green+Blue) = 100+119+0=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #647700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647700 is #9B88FF. Grayscale: #646464. Windows color (decimal): -10193152 or 30564. OLE color: 30564.
HSL color Cylindrical-coordinate representation of color #647700: hue angle of 69.58º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647700 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.53 |
| HSL | 69.58º | 1% | 0.23% | - |
| HSV(B) | 69.58º | 1% | 0.47% | - |
| XYZ | 11.85 | 15.9 | 2.44 | - |
| YUV | 99.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 0 | 0.16 | 0 | 1 | 0.53 | 69.58 | 1 | 0.23 |
| Hex | 64 | 77 | 0 | 10 | 0 | 64 | 35 | 46 | 64 | 17 |
| Octal | 144 | 167 | 0 | 20 | 0 | 144 | 65 | 106 | 144 | 27 |
| Binary | 1100100 | 1110111 | 0 | 10000 | 0 | 1100100 | 110101 | 1000110 | 1100100 | 10111 |
Color Harmonies of #647700
Complementary color
Monochromatic Colors of #647700
Black with #647700
Text Example
Text Example
White with #647700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647700; }
p { color: rgb(100,119,0); }
H1.HeaderClassName
{
color: #647700;
}
.AnyTagClassName
{
color: #647700;
}
</style>
background-color css
<style>
a { background-color: #647700; }
a { background-color: rgb(100,119,0); }
div.DivClassName
{
background-color: #647700;
}
.BgClassName
{
background-color: #647700;
}
</style>
border-color css
<style>
span { border-color: #647700; }
span { border-color: rgb(100,119,0); }
td.TdClassName
{
border-color: #647700;
}
.TagClassName
{
border-color: #647700;
}
</style>