Shades of Olive #696803
Tints of Olive #696803
RGB
CMYK
RGB Variations
Color information
#696803 (or 0x696803) is known color: Olive. HEX triplet: 69, 68 and 03. RGB value is (105,104,3). Sum of RGB (Red+Green+Blue) = 105+104+3=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696803 is #9697FC. Grayscale: #5D5D5D. Windows color (decimal): -9869309 or 223337. OLE color: 223337.
HSL color Cylindrical-coordinate representation of color #696803: hue angle of 59.41º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #696803 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 3 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.59 |
| HSL | 59.41º | 0.94% | 0.21% | - |
| HSV(B) | 59.41º | 0.97% | 0.41% | - |
| XYZ | 10.79 | 12.91 | 2.01 | - |
| YUV | 92.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 3 | 0 | 0.01 | 0.97 | 0.59 | 59.41 | 0.94 | 0.21 |
| Hex | 69 | 68 | 3 | 0 | 1 | 61 | 3B | 3B | 5E | 15 |
| Octal | 151 | 150 | 3 | 0 | 1 | 141 | 73 | 73 | 136 | 25 |
| Binary | 1101001 | 1101000 | 11 | 0 | 1 | 1100001 | 111011 | 111011 | 1011110 | 10101 |
Color Harmonies of #696803
Complementary color
Monochromatic Colors of #696803
Black with #696803
Text Example
Text Example
White with #696803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696803; }
p { color: rgb(105,104,3); }
H1.HeaderClassName
{
color: #696803;
}
.AnyTagClassName
{
color: #696803;
}
</style>
background-color css
<style>
a { background-color: #696803; }
a { background-color: rgb(105,104,3); }
div.DivClassName
{
background-color: #696803;
}
.BgClassName
{
background-color: #696803;
}
</style>
border-color css
<style>
span { border-color: #696803; }
span { border-color: rgb(105,104,3); }
td.TdClassName
{
border-color: #696803;
}
.TagClassName
{
border-color: #696803;
}
</style>