Shades of Olive #697E04
Tints of Olive #697E04
RGB
CMYK
RGB Variations
Color information
#697E04 (or 0x697E04) is known color: Olive. HEX triplet: 69, 7E and 04. RGB value is (105,126,4). Sum of RGB (Red+Green+Blue) = 105+126+4=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #697E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697E04 is #9681FB. Grayscale: #6A6A6A. Windows color (decimal): -9863676 or 294505. OLE color: 294505.
HSL color Cylindrical-coordinate representation of color #697E04: hue angle of 70.33º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #697E04 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.51 |
| HSL | 70.33º | 0.94% | 0.25% | - |
| HSV(B) | 70.33º | 0.97% | 0.49% | - |
| XYZ | 13.31 | 17.93 | 2.87 | - |
| YUV | 105.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 4 | 0.17 | 0 | 0.97 | 0.51 | 70.33 | 0.94 | 0.25 |
| Hex | 69 | 7E | 4 | 11 | 0 | 61 | 33 | 46 | 5E | 19 |
| Octal | 151 | 176 | 4 | 21 | 0 | 141 | 63 | 106 | 136 | 31 |
| Binary | 1101001 | 1111110 | 100 | 10001 | 0 | 1100001 | 110011 | 1000110 | 1011110 | 11001 |
Color Harmonies of #697E04
Complementary color
Monochromatic Colors of #697E04
Black with #697E04
Text Example
Text Example
White with #697E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E04; }
p { color: rgb(105,126,4); }
H1.HeaderClassName
{
color: #697E04;
}
.AnyTagClassName
{
color: #697E04;
}
</style>
background-color css
<style>
a { background-color: #697E04; }
a { background-color: rgb(105,126,4); }
div.DivClassName
{
background-color: #697E04;
}
.BgClassName
{
background-color: #697E04;
}
</style>
border-color css
<style>
span { border-color: #697E04; }
span { border-color: rgb(105,126,4); }
td.TdClassName
{
border-color: #697E04;
}
.TagClassName
{
border-color: #697E04;
}
</style>