Shades of Olive #696504
Tints of Olive #696504
RGB
CMYK
RGB Variations
Color information
#696504 (or 0x696504) is known color: Olive. HEX triplet: 69, 65 and 04. RGB value is (105,101,4). Sum of RGB (Red+Green+Blue) = 105+101+4=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696504 is #969AFB. Grayscale: #5B5B5B. Windows color (decimal): -9870076 or 288105. OLE color: 288105.
HSL color Cylindrical-coordinate representation of color #696504: hue angle of 57.62º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #696504 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 4 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.59 |
| HSL | 57.62º | 0.93% | 0.21% | - |
| HSV(B) | 57.62º | 0.96% | 0.41% | - |
| XYZ | 10.5 | 12.32 | 1.94 | - |
| YUV | 91.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 4 | 0 | 0.04 | 0.96 | 0.59 | 57.62 | 0.93 | 0.21 |
| Hex | 69 | 65 | 4 | 0 | 4 | 60 | 3B | 3A | 5D | 15 |
| Octal | 151 | 145 | 4 | 0 | 4 | 140 | 73 | 72 | 135 | 25 |
| Binary | 1101001 | 1100101 | 100 | 0 | 100 | 1100000 | 111011 | 111010 | 1011101 | 10101 |
Color Harmonies of #696504
Complementary color
Monochromatic Colors of #696504
Black with #696504
Text Example
Text Example
White with #696504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696504; }
p { color: rgb(105,101,4); }
H1.HeaderClassName
{
color: #696504;
}
.AnyTagClassName
{
color: #696504;
}
</style>
background-color css
<style>
a { background-color: #696504; }
a { background-color: rgb(105,101,4); }
div.DivClassName
{
background-color: #696504;
}
.BgClassName
{
background-color: #696504;
}
</style>
border-color css
<style>
span { border-color: #696504; }
span { border-color: rgb(105,101,4); }
td.TdClassName
{
border-color: #696504;
}
.TagClassName
{
border-color: #696504;
}
</style>