Shades of Olive #657501
Tints of Olive #657501
RGB
CMYK
RGB Variations
Color information
#657501 (or 0x657501) is known color: Olive. HEX triplet: 65, 75 and 01. RGB value is (101,117,1). Sum of RGB (Red+Green+Blue) = 101+117+1=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #657501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657501 is #9A8AFE. Grayscale: #636363. Windows color (decimal): -10128127 or 95589. OLE color: 95589.
HSL color Cylindrical-coordinate representation of color #657501: hue angle of 68.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657501 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.54 |
| HSL | 68.28º | 0.98% | 0.23% | - |
| HSV(B) | 68.28º | 0.99% | 0.46% | - |
| XYZ | 11.73 | 15.49 | 2.4 | - |
| YUV | 98.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 1 | 0.14 | 0 | 0.99 | 0.54 | 68.28 | 0.98 | 0.23 |
| Hex | 65 | 75 | 1 | E | 0 | 63 | 36 | 44 | 62 | 17 |
| Octal | 145 | 165 | 1 | 16 | 0 | 143 | 66 | 104 | 142 | 27 |
| Binary | 1100101 | 1110101 | 1 | 1110 | 0 | 1100011 | 110110 | 1000100 | 1100010 | 10111 |
Color Harmonies of #657501
Complementary color
Monochromatic Colors of #657501
Black with #657501
Text Example
Text Example
White with #657501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657501; }
p { color: rgb(101,117,1); }
H1.HeaderClassName
{
color: #657501;
}
.AnyTagClassName
{
color: #657501;
}
</style>
background-color css
<style>
a { background-color: #657501; }
a { background-color: rgb(101,117,1); }
div.DivClassName
{
background-color: #657501;
}
.BgClassName
{
background-color: #657501;
}
</style>
border-color css
<style>
span { border-color: #657501; }
span { border-color: rgb(101,117,1); }
td.TdClassName
{
border-color: #657501;
}
.TagClassName
{
border-color: #657501;
}
</style>