Shades of Olive #696701
Tints of Olive #696701
RGB
CMYK
RGB Variations
Color information
#696701 (or 0x696701) is known color: Olive. HEX triplet: 69, 67 and 01. RGB value is (105,103,1). Sum of RGB (Red+Green+Blue) = 105+103+1=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #696701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696701 is #9698FE. Grayscale: #5C5C5C. Windows color (decimal): -9869567 or 92009. OLE color: 92009.
HSL color Cylindrical-coordinate representation of color #696701: hue angle of 58.85º 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 #696701 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.59 |
| HSL | 58.85º | 0.98% | 0.21% | - |
| HSV(B) | 58.85º | 0.99% | 0.41% | - |
| XYZ | 10.68 | 12.71 | 1.92 | - |
| YUV | 91.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 1 | 0 | 0.02 | 0.99 | 0.59 | 58.85 | 0.98 | 0.21 |
| Hex | 69 | 67 | 1 | 0 | 2 | 63 | 3B | 3B | 62 | 15 |
| Octal | 151 | 147 | 1 | 0 | 2 | 143 | 73 | 73 | 142 | 25 |
| Binary | 1101001 | 1100111 | 1 | 0 | 10 | 1100011 | 111011 | 111011 | 1100010 | 10101 |
Color Harmonies of #696701
Complementary color
Monochromatic Colors of #696701
Black with #696701
Text Example
Text Example
White with #696701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696701; }
p { color: rgb(105,103,1); }
H1.HeaderClassName
{
color: #696701;
}
.AnyTagClassName
{
color: #696701;
}
</style>
background-color css
<style>
a { background-color: #696701; }
a { background-color: rgb(105,103,1); }
div.DivClassName
{
background-color: #696701;
}
.BgClassName
{
background-color: #696701;
}
</style>
border-color css
<style>
span { border-color: #696701; }
span { border-color: rgb(105,103,1); }
td.TdClassName
{
border-color: #696701;
}
.TagClassName
{
border-color: #696701;
}
</style>