Shades of Olive #657603
Tints of Olive #657603
RGB
CMYK
RGB Variations
Color information
#657603 (or 0x657603) is known color: Olive. HEX triplet: 65, 76 and 03. RGB value is (101,118,3). Sum of RGB (Red+Green+Blue) = 101+118+3=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #657603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657603 is #9A89FC. Grayscale: #646464. Windows color (decimal): -10127869 or 226917. OLE color: 226917.
HSL color Cylindrical-coordinate representation of color #657603: hue angle of 68.87º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #657603 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.54 |
| HSL | 68.87º | 0.95% | 0.24% | - |
| HSV(B) | 68.87º | 0.97% | 0.46% | - |
| XYZ | 11.86 | 15.73 | 2.5 | - |
| YUV | 99.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 3 | 0.14 | 0 | 0.97 | 0.54 | 68.87 | 0.95 | 0.24 |
| Hex | 65 | 76 | 3 | E | 0 | 61 | 36 | 45 | 5F | 18 |
| Octal | 145 | 166 | 3 | 16 | 0 | 141 | 66 | 105 | 137 | 30 |
| Binary | 1100101 | 1110110 | 11 | 1110 | 0 | 1100001 | 110110 | 1000101 | 1011111 | 11000 |
Color Harmonies of #657603
Complementary color
Monochromatic Colors of #657603
Black with #657603
Text Example
Text Example
White with #657603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657603; }
p { color: rgb(101,118,3); }
H1.HeaderClassName
{
color: #657603;
}
.AnyTagClassName
{
color: #657603;
}
</style>
background-color css
<style>
a { background-color: #657603; }
a { background-color: rgb(101,118,3); }
div.DivClassName
{
background-color: #657603;
}
.BgClassName
{
background-color: #657603;
}
</style>
border-color css
<style>
span { border-color: #657603; }
span { border-color: rgb(101,118,3); }
td.TdClassName
{
border-color: #657603;
}
.TagClassName
{
border-color: #657603;
}
</style>