Shades of Olive #657801
Tints of Olive #657801
RGB
CMYK
RGB Variations
Color information
#657801 (or 0x657801) is known color: Olive. HEX triplet: 65, 78 and 01. RGB value is (101,120,1). Sum of RGB (Red+Green+Blue) = 101+120+1=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #657801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657801 is #9A87FE. Grayscale: #656565. Windows color (decimal): -10127359 or 96357. OLE color: 96357.
HSL color Cylindrical-coordinate representation of color #657801: hue angle of 69.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #657801 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.53 |
| HSL | 69.58º | 0.98% | 0.24% | - |
| HSV(B) | 69.58º | 0.99% | 0.47% | - |
| XYZ | 12.09 | 16.2 | 2.52 | - |
| YUV | 100.75 | 71.71 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 1 | 0.16 | 0 | 0.99 | 0.53 | 69.58 | 0.98 | 0.24 |
| Hex | 65 | 78 | 1 | 10 | 0 | 63 | 35 | 46 | 62 | 18 |
| Octal | 145 | 170 | 1 | 20 | 0 | 143 | 65 | 106 | 142 | 30 |
| Binary | 1100101 | 1111000 | 1 | 10000 | 0 | 1100011 | 110101 | 1000110 | 1100010 | 11000 |
Color Harmonies of #657801
Complementary color
Monochromatic Colors of #657801
Black with #657801
Text Example
Text Example
White with #657801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657801; }
p { color: rgb(101,120,1); }
H1.HeaderClassName
{
color: #657801;
}
.AnyTagClassName
{
color: #657801;
}
</style>
background-color css
<style>
a { background-color: #657801; }
a { background-color: rgb(101,120,1); }
div.DivClassName
{
background-color: #657801;
}
.BgClassName
{
background-color: #657801;
}
</style>
border-color css
<style>
span { border-color: #657801; }
span { border-color: rgb(101,120,1); }
td.TdClassName
{
border-color: #657801;
}
.TagClassName
{
border-color: #657801;
}
</style>