Shades of Olive #697B01
Tints of Olive #697B01
RGB
CMYK
RGB Variations
Color information
#697B01 (or 0x697B01) is known color: Olive. HEX triplet: 69, 7B and 01. RGB value is (105,123,1). Sum of RGB (Red+Green+Blue) = 105+123+1=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #697B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B01 is #9684FE. Grayscale: #686868. Windows color (decimal): -9864447 or 97129. OLE color: 97129.
HSL color Cylindrical-coordinate representation of color #697B01: hue angle of 68.85º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #697B01 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.52 |
| HSL | 68.85º | 0.98% | 0.24% | - |
| HSV(B) | 68.85º | 0.99% | 0.48% | - |
| XYZ | 12.91 | 17.17 | 2.66 | - |
| YUV | 103.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 1 | 0.15 | 0 | 0.99 | 0.52 | 68.85 | 0.98 | 0.24 |
| Hex | 69 | 7B | 1 | F | 0 | 63 | 34 | 45 | 62 | 18 |
| Octal | 151 | 173 | 1 | 17 | 0 | 143 | 64 | 105 | 142 | 30 |
| Binary | 1101001 | 1111011 | 1 | 1111 | 0 | 1100011 | 110100 | 1000101 | 1100010 | 11000 |
Color Harmonies of #697B01
Complementary color
Monochromatic Colors of #697B01
Black with #697B01
Text Example
Text Example
White with #697B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B01; }
p { color: rgb(105,123,1); }
H1.HeaderClassName
{
color: #697B01;
}
.AnyTagClassName
{
color: #697B01;
}
</style>
background-color css
<style>
a { background-color: #697B01; }
a { background-color: rgb(105,123,1); }
div.DivClassName
{
background-color: #697B01;
}
.BgClassName
{
background-color: #697B01;
}
</style>
border-color css
<style>
span { border-color: #697B01; }
span { border-color: rgb(105,123,1); }
td.TdClassName
{
border-color: #697B01;
}
.TagClassName
{
border-color: #697B01;
}
</style>