Shades of Olive #697B08
Tints of Olive #697B08
RGB
CMYK
RGB Variations
Color information
#697B08 (or 0x697B08) is known color: Olive. HEX triplet: 69, 7B and 08. RGB value is (105,123,8). Sum of RGB (Red+Green+Blue) = 105+123+8=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #697B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B08 is #9684F7. Grayscale: #686868. Windows color (decimal): -9864440 or 555881. OLE color: 555881.
HSL color Cylindrical-coordinate representation of color #697B08: hue angle of 69.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #697B08 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 8 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.52 |
| HSL | 69.39º | 0.88% | 0.26% | - |
| HSV(B) | 69.39º | 0.93% | 0.48% | - |
| XYZ | 12.95 | 17.19 | 2.86 | - |
| YUV | 104.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 8 | 0.15 | 0 | 0.93 | 0.52 | 69.39 | 0.88 | 0.26 |
| Hex | 69 | 7B | 8 | F | 0 | 5D | 34 | 45 | 58 | 1A |
| Octal | 151 | 173 | 10 | 17 | 0 | 135 | 64 | 105 | 130 | 32 |
| Binary | 1101001 | 1111011 | 1000 | 1111 | 0 | 1011101 | 110100 | 1000101 | 1011000 | 11010 |
Color Harmonies of #697B08
Complementary color
Monochromatic Colors of #697B08
Black with #697B08
Text Example
Text Example
White with #697B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B08; }
p { color: rgb(105,123,8); }
H1.HeaderClassName
{
color: #697B08;
}
.AnyTagClassName
{
color: #697B08;
}
</style>
background-color css
<style>
a { background-color: #697B08; }
a { background-color: rgb(105,123,8); }
div.DivClassName
{
background-color: #697B08;
}
.BgClassName
{
background-color: #697B08;
}
</style>
border-color css
<style>
span { border-color: #697B08; }
span { border-color: rgb(105,123,8); }
td.TdClassName
{
border-color: #697B08;
}
.TagClassName
{
border-color: #697B08;
}
</style>