Shades of Olive #657904
Tints of Olive #657904
RGB
CMYK
RGB Variations
Color information
#657904 (or 0x657904) is known color: Olive. HEX triplet: 65, 79 and 04. RGB value is (101,121,4). Sum of RGB (Red+Green+Blue) = 101+121+4=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #657904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657904 is #9A86FB. Grayscale: #666666. Windows color (decimal): -10127100 or 293221. OLE color: 293221.
HSL color Cylindrical-coordinate representation of color #657904: hue angle of 70.26º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #657904 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.53 |
| HSL | 70.26º | 0.94% | 0.25% | - |
| HSV(B) | 70.26º | 0.97% | 0.47% | - |
| XYZ | 12.23 | 16.45 | 2.65 | - |
| YUV | 101.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 4 | 0.17 | 0 | 0.97 | 0.53 | 70.26 | 0.94 | 0.25 |
| Hex | 65 | 79 | 4 | 11 | 0 | 61 | 35 | 46 | 5E | 19 |
| Octal | 145 | 171 | 4 | 21 | 0 | 141 | 65 | 106 | 136 | 31 |
| Binary | 1100101 | 1111001 | 100 | 10001 | 0 | 1100001 | 110101 | 1000110 | 1011110 | 11001 |
Color Harmonies of #657904
Complementary color
Monochromatic Colors of #657904
Black with #657904
Text Example
Text Example
White with #657904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657904; }
p { color: rgb(101,121,4); }
H1.HeaderClassName
{
color: #657904;
}
.AnyTagClassName
{
color: #657904;
}
</style>
background-color css
<style>
a { background-color: #657904; }
a { background-color: rgb(101,121,4); }
div.DivClassName
{
background-color: #657904;
}
.BgClassName
{
background-color: #657904;
}
</style>
border-color css
<style>
span { border-color: #657904; }
span { border-color: rgb(101,121,4); }
td.TdClassName
{
border-color: #657904;
}
.TagClassName
{
border-color: #657904;
}
</style>