Shades of Olive #697607
Tints of Olive #697607
RGB
CMYK
RGB Variations
Color information
#697607 (or 0x697607) is known color: Olive. HEX triplet: 69, 76 and 07. RGB value is (105,118,7). Sum of RGB (Red+Green+Blue) = 105+118+7=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #697607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697607 is #9689F8. Grayscale: #656565. Windows color (decimal): -9865721 or 489065. OLE color: 489065.
HSL color Cylindrical-coordinate representation of color #697607: hue angle of 67.03º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #697607 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 7 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.54 |
| HSL | 67.03º | 0.89% | 0.25% | - |
| HSV(B) | 67.03º | 0.94% | 0.46% | - |
| XYZ | 12.34 | 15.98 | 2.63 | - |
| YUV | 101.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 7 | 0.11 | 0 | 0.94 | 0.54 | 67.03 | 0.89 | 0.25 |
| Hex | 69 | 76 | 7 | B | 0 | 5E | 36 | 43 | 59 | 19 |
| Octal | 151 | 166 | 7 | 13 | 0 | 136 | 66 | 103 | 131 | 31 |
| Binary | 1101001 | 1110110 | 111 | 1011 | 0 | 1011110 | 110110 | 1000011 | 1011001 | 11001 |
Color Harmonies of #697607
Complementary color
Monochromatic Colors of #697607
Black with #697607
Text Example
Text Example
White with #697607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697607; }
p { color: rgb(105,118,7); }
H1.HeaderClassName
{
color: #697607;
}
.AnyTagClassName
{
color: #697607;
}
</style>
background-color css
<style>
a { background-color: #697607; }
a { background-color: rgb(105,118,7); }
div.DivClassName
{
background-color: #697607;
}
.BgClassName
{
background-color: #697607;
}
</style>
border-color css
<style>
span { border-color: #697607; }
span { border-color: rgb(105,118,7); }
td.TdClassName
{
border-color: #697607;
}
.TagClassName
{
border-color: #697607;
}
</style>