Shades of Olive #696601
Tints of Olive #696601
RGB
CMYK
RGB Variations
Color information
#696601 (or 0x696601) is known color: Olive. HEX triplet: 69, 66 and 01. RGB value is (105,102,1). Sum of RGB (Red+Green+Blue) = 105+102+1=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #696601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696601 is #9699FE. Grayscale: #5B5B5B. Windows color (decimal): -9869823 or 91753. OLE color: 91753.
HSL color Cylindrical-coordinate representation of color #696601: hue angle of 58.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #696601 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.59 |
| HSL | 58.27º | 0.98% | 0.21% | - |
| HSV(B) | 58.27º | 0.99% | 0.41% | - |
| XYZ | 10.58 | 12.51 | 1.89 | - |
| YUV | 91.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 1 | 0 | 0.03 | 0.99 | 0.59 | 58.27 | 0.98 | 0.21 |
| Hex | 69 | 66 | 1 | 0 | 3 | 63 | 3B | 3A | 62 | 15 |
| Octal | 151 | 146 | 1 | 0 | 3 | 143 | 73 | 72 | 142 | 25 |
| Binary | 1101001 | 1100110 | 1 | 0 | 11 | 1100011 | 111011 | 111010 | 1100010 | 10101 |
Color Harmonies of #696601
Complementary color
Monochromatic Colors of #696601
Black with #696601
Text Example
Text Example
White with #696601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696601; }
p { color: rgb(105,102,1); }
H1.HeaderClassName
{
color: #696601;
}
.AnyTagClassName
{
color: #696601;
}
</style>
background-color css
<style>
a { background-color: #696601; }
a { background-color: rgb(105,102,1); }
div.DivClassName
{
background-color: #696601;
}
.BgClassName
{
background-color: #696601;
}
</style>
border-color css
<style>
span { border-color: #696601; }
span { border-color: rgb(105,102,1); }
td.TdClassName
{
border-color: #696601;
}
.TagClassName
{
border-color: #696601;
}
</style>