Shades of Olive #697A02
Tints of Olive #697A02
RGB
CMYK
RGB Variations
Color information
#697A02 (or 0x697A02) is known color: Olive. HEX triplet: 69, 7A and 02. RGB value is (105,122,2). Sum of RGB (Red+Green+Blue) = 105+122+2=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #697A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697A02 is #9685FD. Grayscale: #676767. Windows color (decimal): -9864702 or 162409. OLE color: 162409.
HSL color Cylindrical-coordinate representation of color #697A02: hue angle of 68.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #697A02 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 2 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.52 |
| HSL | 68.5º | 0.97% | 0.24% | - |
| HSV(B) | 68.5º | 0.98% | 0.48% | - |
| XYZ | 12.8 | 16.93 | 2.65 | - |
| YUV | 103.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 2 | 0.14 | 0 | 0.98 | 0.52 | 68.5 | 0.97 | 0.24 |
| Hex | 69 | 7A | 2 | E | 0 | 62 | 34 | 44 | 61 | 18 |
| Octal | 151 | 172 | 2 | 16 | 0 | 142 | 64 | 104 | 141 | 30 |
| Binary | 1101001 | 1111010 | 10 | 1110 | 0 | 1100010 | 110100 | 1000100 | 1100001 | 11000 |
Color Harmonies of #697A02
Complementary color
Monochromatic Colors of #697A02
Black with #697A02
Text Example
Text Example
White with #697A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A02; }
p { color: rgb(105,122,2); }
H1.HeaderClassName
{
color: #697A02;
}
.AnyTagClassName
{
color: #697A02;
}
</style>
background-color css
<style>
a { background-color: #697A02; }
a { background-color: rgb(105,122,2); }
div.DivClassName
{
background-color: #697A02;
}
.BgClassName
{
background-color: #697A02;
}
</style>
border-color css
<style>
span { border-color: #697A02; }
span { border-color: rgb(105,122,2); }
td.TdClassName
{
border-color: #697A02;
}
.TagClassName
{
border-color: #697A02;
}
</style>