Shades of Olive #697808
Tints of Olive #697808
RGB
CMYK
RGB Variations
Color information
#697808 (or 0x697808) is known color: Olive. HEX triplet: 69, 78 and 08. RGB value is (105,120,8). Sum of RGB (Red+Green+Blue) = 105+120+8=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #697808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697808 is #9687F7. Grayscale: #676767. Windows color (decimal): -9865208 or 555113. OLE color: 555113.
HSL color Cylindrical-coordinate representation of color #697808: hue angle of 68.04º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #697808 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 8 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.53 |
| HSL | 68.04º | 0.88% | 0.25% | - |
| HSV(B) | 68.04º | 0.93% | 0.47% | - |
| XYZ | 12.59 | 16.45 | 2.74 | - |
| YUV | 102.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 8 | 0.13 | 0 | 0.93 | 0.53 | 68.04 | 0.88 | 0.25 |
| Hex | 69 | 78 | 8 | D | 0 | 5D | 35 | 44 | 58 | 19 |
| Octal | 151 | 170 | 10 | 15 | 0 | 135 | 65 | 104 | 130 | 31 |
| Binary | 1101001 | 1111000 | 1000 | 1101 | 0 | 1011101 | 110101 | 1000100 | 1011000 | 11001 |
Color Harmonies of #697808
Complementary color
Monochromatic Colors of #697808
Black with #697808
Text Example
Text Example
White with #697808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697808; }
p { color: rgb(105,120,8); }
H1.HeaderClassName
{
color: #697808;
}
.AnyTagClassName
{
color: #697808;
}
</style>
background-color css
<style>
a { background-color: #697808; }
a { background-color: rgb(105,120,8); }
div.DivClassName
{
background-color: #697808;
}
.BgClassName
{
background-color: #697808;
}
</style>
border-color css
<style>
span { border-color: #697808; }
span { border-color: rgb(105,120,8); }
td.TdClassName
{
border-color: #697808;
}
.TagClassName
{
border-color: #697808;
}
</style>