Shades of Olive #696700
Tints of Olive #696700
RGB
CMYK
RGB Variations
Color information
#696700 (or 0x696700) is known color: Olive. HEX triplet: 69, 67 and 00. RGB value is (105,103,0). Sum of RGB (Red+Green+Blue) = 105+103+0=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #696700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696700 is #9698FF. Grayscale: #5C5C5C. Windows color (decimal): -9869568 or 26473. OLE color: 26473.
HSL color Cylindrical-coordinate representation of color #696700: hue angle of 58.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #696700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.59 |
| HSL | 58.86º | 1% | 0.21% | - |
| HSV(B) | 58.86º | 1% | 0.41% | - |
| XYZ | 10.68 | 12.7 | 1.89 | - |
| YUV | 91.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 0 | 0 | 0.02 | 1 | 0.59 | 58.86 | 1 | 0.21 |
| Hex | 69 | 67 | 0 | 0 | 2 | 64 | 3B | 3B | 64 | 15 |
| Octal | 151 | 147 | 0 | 0 | 2 | 144 | 73 | 73 | 144 | 25 |
| Binary | 1101001 | 1100111 | 0 | 0 | 10 | 1100100 | 111011 | 111011 | 1100100 | 10101 |
Color Harmonies of #696700
Complementary color
Monochromatic Colors of #696700
Black with #696700
Text Example
Text Example
White with #696700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696700; }
p { color: rgb(105,103,0); }
H1.HeaderClassName
{
color: #696700;
}
.AnyTagClassName
{
color: #696700;
}
</style>
background-color css
<style>
a { background-color: #696700; }
a { background-color: rgb(105,103,0); }
div.DivClassName
{
background-color: #696700;
}
.BgClassName
{
background-color: #696700;
}
</style>
border-color css
<style>
span { border-color: #696700; }
span { border-color: rgb(105,103,0); }
td.TdClassName
{
border-color: #696700;
}
.TagClassName
{
border-color: #696700;
}
</style>