Shades of Olive #697603
Tints of Olive #697603
RGB
CMYK
RGB Variations
Color information
#697603 (or 0x697603) is known color: Olive. HEX triplet: 69, 76 and 03. RGB value is (105,118,3). Sum of RGB (Red+Green+Blue) = 105+118+3=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #697603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697603 is #9689FC. Grayscale: #656565. Windows color (decimal): -9865725 or 226921. OLE color: 226921.
HSL color Cylindrical-coordinate representation of color #697603: hue angle of 66.78º 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 #697603 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 3 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.54 |
| HSL | 66.78º | 0.95% | 0.24% | - |
| HSV(B) | 66.78º | 0.97% | 0.46% | - |
| XYZ | 12.32 | 15.97 | 2.52 | - |
| YUV | 101 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 3 | 0.11 | 0 | 0.97 | 0.54 | 66.78 | 0.95 | 0.24 |
| Hex | 69 | 76 | 3 | B | 0 | 61 | 36 | 43 | 5F | 18 |
| Octal | 151 | 166 | 3 | 13 | 0 | 141 | 66 | 103 | 137 | 30 |
| Binary | 1101001 | 1110110 | 11 | 1011 | 0 | 1100001 | 110110 | 1000011 | 1011111 | 11000 |
Color Harmonies of #697603
Complementary color
Monochromatic Colors of #697603
Black with #697603
Text Example
Text Example
White with #697603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697603; }
p { color: rgb(105,118,3); }
H1.HeaderClassName
{
color: #697603;
}
.AnyTagClassName
{
color: #697603;
}
</style>
background-color css
<style>
a { background-color: #697603; }
a { background-color: rgb(105,118,3); }
div.DivClassName
{
background-color: #697603;
}
.BgClassName
{
background-color: #697603;
}
</style>
border-color css
<style>
span { border-color: #697603; }
span { border-color: rgb(105,118,3); }
td.TdClassName
{
border-color: #697603;
}
.TagClassName
{
border-color: #697603;
}
</style>