Shades of Olive #657000
Tints of Olive #657000
RGB
CMYK
RGB Variations
Color information
#657000 (or 0x657000) is known color: Olive. HEX triplet: 65, 70 and 00. RGB value is (101,112,0). Sum of RGB (Red+Green+Blue) = 101+112+0=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #657000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657000 is #9A8FFF. Grayscale: #606060. Windows color (decimal): -10129408 or 28773. OLE color: 28773.
HSL color Cylindrical-coordinate representation of color #657000: hue angle of 65.89º 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 #657000 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.56 |
| HSL | 65.89º | 1% | 0.22% | - |
| HSV(B) | 65.89º | 1% | 0.44% | - |
| XYZ | 11.16 | 14.36 | 2.18 | - |
| YUV | 95.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 0 | 0.10 | 0 | 1 | 0.56 | 65.89 | 1 | 0.22 |
| Hex | 65 | 70 | 0 | A | 0 | 64 | 38 | 42 | 64 | 16 |
| Octal | 145 | 160 | 0 | 12 | 0 | 144 | 70 | 102 | 144 | 26 |
| Binary | 1100101 | 1110000 | 0 | 1010 | 0 | 1100100 | 111000 | 1000010 | 1100100 | 10110 |
Color Harmonies of #657000
Complementary color
Monochromatic Colors of #657000
Black with #657000
Text Example
Text Example
White with #657000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657000; }
p { color: rgb(101,112,0); }
H1.HeaderClassName
{
color: #657000;
}
.AnyTagClassName
{
color: #657000;
}
</style>
background-color css
<style>
a { background-color: #657000; }
a { background-color: rgb(101,112,0); }
div.DivClassName
{
background-color: #657000;
}
.BgClassName
{
background-color: #657000;
}
</style>
border-color css
<style>
span { border-color: #657000; }
span { border-color: rgb(101,112,0); }
td.TdClassName
{
border-color: #657000;
}
.TagClassName
{
border-color: #657000;
}
</style>