Shades of Olive #697B05
Tints of Olive #697B05
RGB
CMYK
RGB Variations
Color information
#697B05 (or 0x697B05) is known color: Olive. HEX triplet: 69, 7B and 05. RGB value is (105,123,5). Sum of RGB (Red+Green+Blue) = 105+123+5=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #697B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B05 is #9684FA. Grayscale: #686868. Windows color (decimal): -9864443 or 359273. OLE color: 359273.
HSL color Cylindrical-coordinate representation of color #697B05: hue angle of 69.15º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #697B05 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 5 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.52 |
| HSL | 69.15º | 0.92% | 0.25% | - |
| HSV(B) | 69.15º | 0.96% | 0.48% | - |
| XYZ | 12.94 | 17.18 | 2.78 | - |
| YUV | 104.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 5 | 0.15 | 0 | 0.96 | 0.52 | 69.15 | 0.92 | 0.25 |
| Hex | 69 | 7B | 5 | F | 0 | 60 | 34 | 45 | 5C | 19 |
| Octal | 151 | 173 | 5 | 17 | 0 | 140 | 64 | 105 | 134 | 31 |
| Binary | 1101001 | 1111011 | 101 | 1111 | 0 | 1100000 | 110100 | 1000101 | 1011100 | 11001 |
Color Harmonies of #697B05
Complementary color
Monochromatic Colors of #697B05
Black with #697B05
Text Example
Text Example
White with #697B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B05; }
p { color: rgb(105,123,5); }
H1.HeaderClassName
{
color: #697B05;
}
.AnyTagClassName
{
color: #697B05;
}
</style>
background-color css
<style>
a { background-color: #697B05; }
a { background-color: rgb(105,123,5); }
div.DivClassName
{
background-color: #697B05;
}
.BgClassName
{
background-color: #697B05;
}
</style>
border-color css
<style>
span { border-color: #697B05; }
span { border-color: rgb(105,123,5); }
td.TdClassName
{
border-color: #697B05;
}
.TagClassName
{
border-color: #697B05;
}
</style>