Shades of Olive #696600
Tints of Olive #696600
RGB
CMYK
RGB Variations
Color information
#696600 (or 0x696600) is known color: Olive. HEX triplet: 69, 66 and 00. RGB value is (105,102,0). Sum of RGB (Red+Green+Blue) = 105+102+0=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #696600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696600 is #9699FF. Grayscale: #5B5B5B. Windows color (decimal): -9869824 or 26217. OLE color: 26217.
HSL color Cylindrical-coordinate representation of color #696600: hue angle of 58.29º 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 #696600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.59 |
| HSL | 58.29º | 1% | 0.21% | - |
| HSV(B) | 58.29º | 1% | 0.41% | - |
| XYZ | 10.58 | 12.51 | 1.86 | - |
| YUV | 91.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 0 | 0 | 0.03 | 1 | 0.59 | 58.29 | 1 | 0.21 |
| Hex | 69 | 66 | 0 | 0 | 3 | 64 | 3B | 3A | 64 | 15 |
| Octal | 151 | 146 | 0 | 0 | 3 | 144 | 73 | 72 | 144 | 25 |
| Binary | 1101001 | 1100110 | 0 | 0 | 11 | 1100100 | 111011 | 111010 | 1100100 | 10101 |
Color Harmonies of #696600
Complementary color
Monochromatic Colors of #696600
Black with #696600
Text Example
Text Example
White with #696600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696600; }
p { color: rgb(105,102,0); }
H1.HeaderClassName
{
color: #696600;
}
.AnyTagClassName
{
color: #696600;
}
</style>
background-color css
<style>
a { background-color: #696600; }
a { background-color: rgb(105,102,0); }
div.DivClassName
{
background-color: #696600;
}
.BgClassName
{
background-color: #696600;
}
</style>
border-color css
<style>
span { border-color: #696600; }
span { border-color: rgb(105,102,0); }
td.TdClassName
{
border-color: #696600;
}
.TagClassName
{
border-color: #696600;
}
</style>