Shades of Olive #696801
Tints of Olive #696801
RGB
CMYK
RGB Variations
Color information
#696801 (or 0x696801) is known color: Olive. HEX triplet: 69, 68 and 01. RGB value is (105,104,1). Sum of RGB (Red+Green+Blue) = 105+104+1=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696801 is #9697FE. Grayscale: #5C5C5C. Windows color (decimal): -9869311 or 92265. OLE color: 92265.
HSL color Cylindrical-coordinate representation of color #696801: hue angle of 59.42º 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 #696801 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.59 |
| HSL | 59.42º | 0.98% | 0.21% | - |
| HSV(B) | 59.42º | 0.99% | 0.41% | - |
| XYZ | 10.78 | 12.91 | 1.95 | - |
| YUV | 92.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 1 | 0 | 0.01 | 0.99 | 0.59 | 59.42 | 0.98 | 0.21 |
| Hex | 69 | 68 | 1 | 0 | 1 | 63 | 3B | 3B | 62 | 15 |
| Octal | 151 | 150 | 1 | 0 | 1 | 143 | 73 | 73 | 142 | 25 |
| Binary | 1101001 | 1101000 | 1 | 0 | 1 | 1100011 | 111011 | 111011 | 1100010 | 10101 |
Color Harmonies of #696801
Complementary color
Monochromatic Colors of #696801
Black with #696801
Text Example
Text Example
White with #696801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696801; }
p { color: rgb(105,104,1); }
H1.HeaderClassName
{
color: #696801;
}
.AnyTagClassName
{
color: #696801;
}
</style>
background-color css
<style>
a { background-color: #696801; }
a { background-color: rgb(105,104,1); }
div.DivClassName
{
background-color: #696801;
}
.BgClassName
{
background-color: #696801;
}
</style>
border-color css
<style>
span { border-color: #696801; }
span { border-color: rgb(105,104,1); }
td.TdClassName
{
border-color: #696801;
}
.TagClassName
{
border-color: #696801;
}
</style>