Shades of Olive #696101
Tints of Olive #696101
RGB
CMYK
RGB Variations
Color information
#696101 (or 0x696101) is known color: Olive. HEX triplet: 69, 61 and 01. RGB value is (105,97,1). Sum of RGB (Red+Green+Blue) = 105+97+1=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #696101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696101 is #969EFE. Grayscale: #585858. Windows color (decimal): -9871103 or 90473. OLE color: 90473.
HSL color Cylindrical-coordinate representation of color #696101: hue angle of 55.38º 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 #696101 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.59 |
| HSL | 55.38º | 0.98% | 0.21% | - |
| HSV(B) | 55.38º | 0.99% | 0.41% | - |
| XYZ | 10.11 | 11.55 | 1.73 | - |
| YUV | 88.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 1 | 0 | 0.08 | 0.99 | 0.59 | 55.38 | 0.98 | 0.21 |
| Hex | 69 | 61 | 1 | 0 | 8 | 63 | 3B | 37 | 62 | 15 |
| Octal | 151 | 141 | 1 | 0 | 10 | 143 | 73 | 67 | 142 | 25 |
| Binary | 1101001 | 1100001 | 1 | 0 | 1000 | 1100011 | 111011 | 110111 | 1100010 | 10101 |
Color Harmonies of #696101
Complementary color
Monochromatic Colors of #696101
Black with #696101
Text Example
Text Example
White with #696101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696101; }
p { color: rgb(105,97,1); }
H1.HeaderClassName
{
color: #696101;
}
.AnyTagClassName
{
color: #696101;
}
</style>
background-color css
<style>
a { background-color: #696101; }
a { background-color: rgb(105,97,1); }
div.DivClassName
{
background-color: #696101;
}
.BgClassName
{
background-color: #696101;
}
</style>
border-color css
<style>
span { border-color: #696101; }
span { border-color: rgb(105,97,1); }
td.TdClassName
{
border-color: #696101;
}
.TagClassName
{
border-color: #696101;
}
</style>