Shades of Olive #697D07
Tints of Olive #697D07
RGB
CMYK
RGB Variations
Color information
#697D07 (or 0x697D07) is known color: Olive. HEX triplet: 69, 7D and 07. RGB value is (105,125,7). Sum of RGB (Red+Green+Blue) = 105+125+7=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #697D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D07 is #9682F8. Grayscale: #6A6A6A. Windows color (decimal): -9863929 or 490857. OLE color: 490857.
HSL color Cylindrical-coordinate representation of color #697D07: hue angle of 70.17º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #697D07 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 7 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.51 |
| HSL | 70.17º | 0.89% | 0.26% | - |
| HSV(B) | 70.17º | 0.94% | 0.49% | - |
| XYZ | 13.2 | 17.69 | 2.92 | - |
| YUV | 105.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 7 | 0.16 | 0 | 0.94 | 0.51 | 70.17 | 0.89 | 0.26 |
| Hex | 69 | 7D | 7 | 10 | 0 | 5E | 33 | 46 | 59 | 1A |
| Octal | 151 | 175 | 7 | 20 | 0 | 136 | 63 | 106 | 131 | 32 |
| Binary | 1101001 | 1111101 | 111 | 10000 | 0 | 1011110 | 110011 | 1000110 | 1011001 | 11010 |
Color Harmonies of #697D07
Complementary color
Monochromatic Colors of #697D07
Black with #697D07
Text Example
Text Example
White with #697D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D07; }
p { color: rgb(105,125,7); }
H1.HeaderClassName
{
color: #697D07;
}
.AnyTagClassName
{
color: #697D07;
}
</style>
background-color css
<style>
a { background-color: #697D07; }
a { background-color: rgb(105,125,7); }
div.DivClassName
{
background-color: #697D07;
}
.BgClassName
{
background-color: #697D07;
}
</style>
border-color css
<style>
span { border-color: #697D07; }
span { border-color: rgb(105,125,7); }
td.TdClassName
{
border-color: #697D07;
}
.TagClassName
{
border-color: #697D07;
}
</style>