Shades of Olive #696103
Tints of Olive #696103
RGB
CMYK
RGB Variations
Color information
#696103 (or 0x696103) is known color: Olive. HEX triplet: 69, 61 and 03. RGB value is (105,97,3). Sum of RGB (Red+Green+Blue) = 105+97+3=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #696103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696103 is #969EFC. Grayscale: #595959. Windows color (decimal): -9871101 or 221545. OLE color: 221545.
HSL color Cylindrical-coordinate representation of color #696103: hue angle of 55.29º 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 #696103 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.59 |
| HSL | 55.29º | 0.94% | 0.21% | - |
| HSV(B) | 55.29º | 0.97% | 0.41% | - |
| XYZ | 10.12 | 11.56 | 1.78 | - |
| YUV | 88.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 3 | 0 | 0.08 | 0.97 | 0.59 | 55.29 | 0.94 | 0.21 |
| Hex | 69 | 61 | 3 | 0 | 8 | 61 | 3B | 37 | 5E | 15 |
| Octal | 151 | 141 | 3 | 0 | 10 | 141 | 73 | 67 | 136 | 25 |
| Binary | 1101001 | 1100001 | 11 | 0 | 1000 | 1100001 | 111011 | 110111 | 1011110 | 10101 |
Color Harmonies of #696103
Complementary color
Monochromatic Colors of #696103
Black with #696103
Text Example
Text Example
White with #696103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696103; }
p { color: rgb(105,97,3); }
H1.HeaderClassName
{
color: #696103;
}
.AnyTagClassName
{
color: #696103;
}
</style>
background-color css
<style>
a { background-color: #696103; }
a { background-color: rgb(105,97,3); }
div.DivClassName
{
background-color: #696103;
}
.BgClassName
{
background-color: #696103;
}
</style>
border-color css
<style>
span { border-color: #696103; }
span { border-color: rgb(105,97,3); }
td.TdClassName
{
border-color: #696103;
}
.TagClassName
{
border-color: #696103;
}
</style>