Shades of Olive #697500
Tints of Olive #697500
RGB
CMYK
RGB Variations
Color information
#697500 (or 0x697500) is known color: Olive. HEX triplet: 69, 75 and 00. RGB value is (105,117,0). Sum of RGB (Red+Green+Blue) = 105+117+0=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #697500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697500 is #968AFF. Grayscale: #646464. Windows color (decimal): -9865984 or 30057. OLE color: 30057.
HSL color Cylindrical-coordinate representation of color #697500: hue angle of 66.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #697500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.54 |
| HSL | 66.15º | 1% | 0.23% | - |
| HSV(B) | 66.15º | 1% | 0.46% | - |
| XYZ | 12.19 | 15.73 | 2.39 | - |
| YUV | 100.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 0 | 0.10 | 0 | 1 | 0.54 | 66.15 | 1 | 0.23 |
| Hex | 69 | 75 | 0 | A | 0 | 64 | 36 | 42 | 64 | 17 |
| Octal | 151 | 165 | 0 | 12 | 0 | 144 | 66 | 102 | 144 | 27 |
| Binary | 1101001 | 1110101 | 0 | 1010 | 0 | 1100100 | 110110 | 1000010 | 1100100 | 10111 |
Color Harmonies of #697500
Complementary color
Monochromatic Colors of #697500
Black with #697500
Text Example
Text Example
White with #697500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697500; }
p { color: rgb(105,117,0); }
H1.HeaderClassName
{
color: #697500;
}
.AnyTagClassName
{
color: #697500;
}
</style>
background-color css
<style>
a { background-color: #697500; }
a { background-color: rgb(105,117,0); }
div.DivClassName
{
background-color: #697500;
}
.BgClassName
{
background-color: #697500;
}
</style>
border-color css
<style>
span { border-color: #697500; }
span { border-color: rgb(105,117,0); }
td.TdClassName
{
border-color: #697500;
}
.TagClassName
{
border-color: #697500;
}
</style>