Shades of Olive #696000
Tints of Olive #696000
RGB
CMYK
RGB Variations
Color information
#696000 (or 0x696000) is known color: Olive. HEX triplet: 69, 60 and 00. RGB value is (105,96,0). Sum of RGB (Red+Green+Blue) = 105+96+0=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #696000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696000 is #969FFF. Grayscale: #585858. Windows color (decimal): -9871360 or 24681. OLE color: 24681.
HSL color Cylindrical-coordinate representation of color #696000: hue angle of 54.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 #696000 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.59 |
| HSL | 54.86º | 1% | 0.21% | - |
| HSV(B) | 54.86º | 1% | 0.41% | - |
| XYZ | 10.01 | 11.37 | 1.67 | - |
| YUV | 87.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 0 | 0 | 0.09 | 1 | 0.59 | 54.86 | 1 | 0.21 |
| Hex | 69 | 60 | 0 | 0 | 9 | 64 | 3B | 37 | 64 | 15 |
| Octal | 151 | 140 | 0 | 0 | 11 | 144 | 73 | 67 | 144 | 25 |
| Binary | 1101001 | 1100000 | 0 | 0 | 1001 | 1100100 | 111011 | 110111 | 1100100 | 10101 |
Color Harmonies of #696000
Complementary color
Monochromatic Colors of #696000
Black with #696000
Text Example
Text Example
White with #696000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696000; }
p { color: rgb(105,96,0); }
H1.HeaderClassName
{
color: #696000;
}
.AnyTagClassName
{
color: #696000;
}
</style>
background-color css
<style>
a { background-color: #696000; }
a { background-color: rgb(105,96,0); }
div.DivClassName
{
background-color: #696000;
}
.BgClassName
{
background-color: #696000;
}
</style>
border-color css
<style>
span { border-color: #696000; }
span { border-color: rgb(105,96,0); }
td.TdClassName
{
border-color: #696000;
}
.TagClassName
{
border-color: #696000;
}
</style>