Shades of Olive #696A01
Tints of Olive #696A01
RGB
CMYK
RGB Variations
Color information
#696A01 (or 0x696A01) is known color: Olive. HEX triplet: 69, 6A and 01. RGB value is (105,106,1). Sum of RGB (Red+Green+Blue) = 105+106+1=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #696A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696A01 is #9695FE. Grayscale: #5E5E5E. Windows color (decimal): -9868799 or 92777. OLE color: 92777.
HSL color Cylindrical-coordinate representation of color #696A01: hue angle of 60.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #696A01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.58 |
| HSL | 60.57º | 0.98% | 0.21% | - |
| HSV(B) | 60.57º | 0.99% | 0.42% | - |
| XYZ | 10.99 | 13.31 | 2.02 | - |
| YUV | 93.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 1 | 0.01 | 0 | 0.99 | 0.58 | 60.57 | 0.98 | 0.21 |
| Hex | 69 | 6A | 1 | 1 | 0 | 63 | 3A | 3D | 62 | 15 |
| Octal | 151 | 152 | 1 | 1 | 0 | 143 | 72 | 75 | 142 | 25 |
| Binary | 1101001 | 1101010 | 1 | 1 | 0 | 1100011 | 111010 | 111101 | 1100010 | 10101 |
Color Harmonies of #696A01
Complementary color
Monochromatic Colors of #696A01
Black with #696A01
Text Example
Text Example
White with #696A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A01; }
p { color: rgb(105,106,1); }
H1.HeaderClassName
{
color: #696A01;
}
.AnyTagClassName
{
color: #696A01;
}
</style>
background-color css
<style>
a { background-color: #696A01; }
a { background-color: rgb(105,106,1); }
div.DivClassName
{
background-color: #696A01;
}
.BgClassName
{
background-color: #696A01;
}
</style>
border-color css
<style>
span { border-color: #696A01; }
span { border-color: rgb(105,106,1); }
td.TdClassName
{
border-color: #696A01;
}
.TagClassName
{
border-color: #696A01;
}
</style>