Shades of Olive #696603
Tints of Olive #696603
RGB
CMYK
RGB Variations
Color information
#696603 (or 0x696603) is known color: Olive. HEX triplet: 69, 66 and 03. RGB value is (105,102,3). Sum of RGB (Red+Green+Blue) = 105+102+3=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696603 is #9699FC. Grayscale: #5C5C5C. Windows color (decimal): -9869821 or 222825. OLE color: 222825.
HSL color Cylindrical-coordinate representation of color #696603: hue angle of 58.24º 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 #696603 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 3 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.59 |
| HSL | 58.24º | 0.94% | 0.21% | - |
| HSV(B) | 58.24º | 0.97% | 0.41% | - |
| XYZ | 10.59 | 12.51 | 1.94 | - |
| YUV | 91.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 3 | 0 | 0.03 | 0.97 | 0.59 | 58.24 | 0.94 | 0.21 |
| Hex | 69 | 66 | 3 | 0 | 3 | 61 | 3B | 3A | 5E | 15 |
| Octal | 151 | 146 | 3 | 0 | 3 | 141 | 73 | 72 | 136 | 25 |
| Binary | 1101001 | 1100110 | 11 | 0 | 11 | 1100001 | 111011 | 111010 | 1011110 | 10101 |
Color Harmonies of #696603
Complementary color
Monochromatic Colors of #696603
Black with #696603
Text Example
Text Example
White with #696603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696603; }
p { color: rgb(105,102,3); }
H1.HeaderClassName
{
color: #696603;
}
.AnyTagClassName
{
color: #696603;
}
</style>
background-color css
<style>
a { background-color: #696603; }
a { background-color: rgb(105,102,3); }
div.DivClassName
{
background-color: #696603;
}
.BgClassName
{
background-color: #696603;
}
</style>
border-color css
<style>
span { border-color: #696603; }
span { border-color: rgb(105,102,3); }
td.TdClassName
{
border-color: #696603;
}
.TagClassName
{
border-color: #696603;
}
</style>