Shades of Olive #697102
Tints of Olive #697102
RGB
CMYK
RGB Variations
Color information
#697102 (or 0x697102) is known color: Olive. HEX triplet: 69, 71 and 02. RGB value is (105,113,2). Sum of RGB (Red+Green+Blue) = 105+113+2=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #697102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697102 is #968EFD. Grayscale: #626262. Windows color (decimal): -9867006 or 160105. OLE color: 160105.
HSL color Cylindrical-coordinate representation of color #697102: hue angle of 64.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #697102 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 2 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.56 |
| HSL | 64.32º | 0.97% | 0.23% | - |
| HSV(B) | 64.32º | 0.98% | 0.44% | - |
| XYZ | 11.74 | 14.82 | 2.3 | - |
| YUV | 97.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 2 | 0.07 | 0 | 0.98 | 0.56 | 64.32 | 0.97 | 0.23 |
| Hex | 69 | 71 | 2 | 7 | 0 | 62 | 38 | 40 | 61 | 17 |
| Octal | 151 | 161 | 2 | 7 | 0 | 142 | 70 | 100 | 141 | 27 |
| Binary | 1101001 | 1110001 | 10 | 111 | 0 | 1100010 | 111000 | 1000000 | 1100001 | 10111 |
Color Harmonies of #697102
Complementary color
Monochromatic Colors of #697102
Black with #697102
Text Example
Text Example
White with #697102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697102; }
p { color: rgb(105,113,2); }
H1.HeaderClassName
{
color: #697102;
}
.AnyTagClassName
{
color: #697102;
}
</style>
background-color css
<style>
a { background-color: #697102; }
a { background-color: rgb(105,113,2); }
div.DivClassName
{
background-color: #697102;
}
.BgClassName
{
background-color: #697102;
}
</style>
border-color css
<style>
span { border-color: #697102; }
span { border-color: rgb(105,113,2); }
td.TdClassName
{
border-color: #697102;
}
.TagClassName
{
border-color: #697102;
}
</style>