Shades of Olive #697D06
Tints of Olive #697D06
RGB
CMYK
RGB Variations
Color information
#697D06 (or 0x697D06) is known color: Olive. HEX triplet: 69, 7D and 06. RGB value is (105,125,6). Sum of RGB (Red+Green+Blue) = 105+125+6=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #697D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D06 is #9682F9. Grayscale: #696969. Windows color (decimal): -9863930 or 425321. OLE color: 425321.
HSL color Cylindrical-coordinate representation of color #697D06: hue angle of 70.08º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #697D06 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 6 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.51 |
| HSL | 70.08º | 0.91% | 0.26% | - |
| HSV(B) | 70.08º | 0.95% | 0.49% | - |
| XYZ | 13.19 | 17.68 | 2.89 | - |
| YUV | 105.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 6 | 0.16 | 0 | 0.95 | 0.51 | 70.08 | 0.91 | 0.26 |
| Hex | 69 | 7D | 6 | 10 | 0 | 5F | 33 | 46 | 5B | 1A |
| Octal | 151 | 175 | 6 | 20 | 0 | 137 | 63 | 106 | 133 | 32 |
| Binary | 1101001 | 1111101 | 110 | 10000 | 0 | 1011111 | 110011 | 1000110 | 1011011 | 11010 |
Color Harmonies of #697D06
Complementary color
Monochromatic Colors of #697D06
Black with #697D06
Text Example
Text Example
White with #697D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D06; }
p { color: rgb(105,125,6); }
H1.HeaderClassName
{
color: #697D06;
}
.AnyTagClassName
{
color: #697D06;
}
</style>
background-color css
<style>
a { background-color: #697D06; }
a { background-color: rgb(105,125,6); }
div.DivClassName
{
background-color: #697D06;
}
.BgClassName
{
background-color: #697D06;
}
</style>
border-color css
<style>
span { border-color: #697D06; }
span { border-color: rgb(105,125,6); }
td.TdClassName
{
border-color: #697D06;
}
.TagClassName
{
border-color: #697D06;
}
</style>