Shades of Olive #696503
Tints of Olive #696503
RGB
CMYK
RGB Variations
Color information
#696503 (or 0x696503) is known color: Olive. HEX triplet: 69, 65 and 03. RGB value is (105,101,3). Sum of RGB (Red+Green+Blue) = 105+101+3=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #696503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696503 is #969AFC. Grayscale: #5B5B5B. Windows color (decimal): -9870077 or 222569. OLE color: 222569.
HSL color Cylindrical-coordinate representation of color #696503: hue angle of 57.65º 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 #696503 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.59 |
| HSL | 57.65º | 0.94% | 0.21% | - |
| HSV(B) | 57.65º | 0.97% | 0.41% | - |
| XYZ | 10.5 | 12.32 | 1.91 | - |
| YUV | 91.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 3 | 0 | 0.04 | 0.97 | 0.59 | 57.65 | 0.94 | 0.21 |
| Hex | 69 | 65 | 3 | 0 | 4 | 61 | 3B | 3A | 5E | 15 |
| Octal | 151 | 145 | 3 | 0 | 4 | 141 | 73 | 72 | 136 | 25 |
| Binary | 1101001 | 1100101 | 11 | 0 | 100 | 1100001 | 111011 | 111010 | 1011110 | 10101 |
Color Harmonies of #696503
Complementary color
Monochromatic Colors of #696503
Black with #696503
Text Example
Text Example
White with #696503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696503; }
p { color: rgb(105,101,3); }
H1.HeaderClassName
{
color: #696503;
}
.AnyTagClassName
{
color: #696503;
}
</style>
background-color css
<style>
a { background-color: #696503; }
a { background-color: rgb(105,101,3); }
div.DivClassName
{
background-color: #696503;
}
.BgClassName
{
background-color: #696503;
}
</style>
border-color css
<style>
span { border-color: #696503; }
span { border-color: rgb(105,101,3); }
td.TdClassName
{
border-color: #696503;
}
.TagClassName
{
border-color: #696503;
}
</style>