Shades of Olive #696203
Tints of Olive #696203
RGB
CMYK
RGB Variations
Color information
#696203 (or 0x696203) is known color: Olive. HEX triplet: 69, 62 and 03. RGB value is (105,98,3). Sum of RGB (Red+Green+Blue) = 105+98+3=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #696203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696203 is #969DFC. Grayscale: #595959. Windows color (decimal): -9870845 or 221801. OLE color: 221801.
HSL color Cylindrical-coordinate representation of color #696203: hue angle of 55.88º 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 #696203 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 3 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.59 |
| HSL | 55.88º | 0.94% | 0.21% | - |
| HSV(B) | 55.88º | 0.97% | 0.41% | - |
| XYZ | 10.21 | 11.75 | 1.82 | - |
| YUV | 89.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 3 | 0 | 0.07 | 0.97 | 0.59 | 55.88 | 0.94 | 0.21 |
| Hex | 69 | 62 | 3 | 0 | 7 | 61 | 3B | 38 | 5E | 15 |
| Octal | 151 | 142 | 3 | 0 | 7 | 141 | 73 | 70 | 136 | 25 |
| Binary | 1101001 | 1100010 | 11 | 0 | 111 | 1100001 | 111011 | 111000 | 1011110 | 10101 |
Color Harmonies of #696203
Complementary color
Monochromatic Colors of #696203
Black with #696203
Text Example
Text Example
White with #696203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696203; }
p { color: rgb(105,98,3); }
H1.HeaderClassName
{
color: #696203;
}
.AnyTagClassName
{
color: #696203;
}
</style>
background-color css
<style>
a { background-color: #696203; }
a { background-color: rgb(105,98,3); }
div.DivClassName
{
background-color: #696203;
}
.BgClassName
{
background-color: #696203;
}
</style>
border-color css
<style>
span { border-color: #696203; }
span { border-color: rgb(105,98,3); }
td.TdClassName
{
border-color: #696203;
}
.TagClassName
{
border-color: #696203;
}
</style>