Shades of Olive #697206
Tints of Olive #697206
RGB
CMYK
RGB Variations
Color information
#697206 (or 0x697206) is known color: Olive. HEX triplet: 69, 72 and 06. RGB value is (105,114,6). Sum of RGB (Red+Green+Blue) = 105+114+6=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #697206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697206 is #968DF9. Grayscale: #636363. Windows color (decimal): -9866746 or 422505. OLE color: 422505.
HSL color Cylindrical-coordinate representation of color #697206: hue angle of 65º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #697206 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 6 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.55 |
| HSL | 65º | 0.9% | 0.24% | - |
| HSV(B) | 65º | 0.95% | 0.45% | - |
| XYZ | 11.88 | 15.05 | 2.45 | - |
| YUV | 99 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 6 | 0.08 | 0 | 0.95 | 0.55 | 65 | 0.9 | 0.24 |
| Hex | 69 | 72 | 6 | 8 | 0 | 5F | 37 | 41 | 5A | 18 |
| Octal | 151 | 162 | 6 | 10 | 0 | 137 | 67 | 101 | 132 | 30 |
| Binary | 1101001 | 1110010 | 110 | 1000 | 0 | 1011111 | 110111 | 1000001 | 1011010 | 11000 |
Color Harmonies of #697206
Complementary color
Monochromatic Colors of #697206
Black with #697206
Text Example
Text Example
White with #697206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697206; }
p { color: rgb(105,114,6); }
H1.HeaderClassName
{
color: #697206;
}
.AnyTagClassName
{
color: #697206;
}
</style>
background-color css
<style>
a { background-color: #697206; }
a { background-color: rgb(105,114,6); }
div.DivClassName
{
background-color: #697206;
}
.BgClassName
{
background-color: #697206;
}
</style>
border-color css
<style>
span { border-color: #697206; }
span { border-color: rgb(105,114,6); }
td.TdClassName
{
border-color: #697206;
}
.TagClassName
{
border-color: #697206;
}
</style>