Shades of Olive #696E01
Tints of Olive #696E01
RGB
CMYK
RGB Variations
Color information
#696E01 (or 0x696E01) is known color: Olive. HEX triplet: 69, 6E and 01. RGB value is (105,110,1). Sum of RGB (Red+Green+Blue) = 105+110+1=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #696E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696E01 is #9691FE. Grayscale: #606060. Windows color (decimal): -9867775 or 93801. OLE color: 93801.
HSL color Cylindrical-coordinate representation of color #696E01: hue angle of 62.75º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #696E01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.57 |
| HSL | 62.75º | 0.98% | 0.22% | - |
| HSV(B) | 62.75º | 0.99% | 0.43% | - |
| XYZ | 11.41 | 14.16 | 2.16 | - |
| YUV | 96.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 1 | 0.05 | 0 | 0.99 | 0.57 | 62.75 | 0.98 | 0.22 |
| Hex | 69 | 6E | 1 | 5 | 0 | 63 | 39 | 3F | 62 | 16 |
| Octal | 151 | 156 | 1 | 5 | 0 | 143 | 71 | 77 | 142 | 26 |
| Binary | 1101001 | 1101110 | 1 | 101 | 0 | 1100011 | 111001 | 111111 | 1100010 | 10110 |
Color Harmonies of #696E01
Complementary color
Monochromatic Colors of #696E01
Black with #696E01
Text Example
Text Example
White with #696E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E01; }
p { color: rgb(105,110,1); }
H1.HeaderClassName
{
color: #696E01;
}
.AnyTagClassName
{
color: #696E01;
}
</style>
background-color css
<style>
a { background-color: #696E01; }
a { background-color: rgb(105,110,1); }
div.DivClassName
{
background-color: #696E01;
}
.BgClassName
{
background-color: #696E01;
}
</style>
border-color css
<style>
span { border-color: #696E01; }
span { border-color: rgb(105,110,1); }
td.TdClassName
{
border-color: #696E01;
}
.TagClassName
{
border-color: #696E01;
}
</style>