Shades of Olive #696802
Tints of Olive #696802
RGB
CMYK
RGB Variations
Color information
#696802 (or 0x696802) is known color: Olive. HEX triplet: 69, 68 and 02. RGB value is (105,104,2). Sum of RGB (Red+Green+Blue) = 105+104+2=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #696802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696802 is #9697FD. Grayscale: #5D5D5D. Windows color (decimal): -9869310 or 157801. OLE color: 157801.
HSL color Cylindrical-coordinate representation of color #696802: hue angle of 59.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #696802 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.59 |
| HSL | 59.42º | 0.96% | 0.21% | - |
| HSV(B) | 59.42º | 0.98% | 0.41% | - |
| XYZ | 10.79 | 12.91 | 1.98 | - |
| YUV | 92.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 2 | 0 | 0.01 | 0.98 | 0.59 | 59.42 | 0.96 | 0.21 |
| Hex | 69 | 68 | 2 | 0 | 1 | 62 | 3B | 3B | 60 | 15 |
| Octal | 151 | 150 | 2 | 0 | 1 | 142 | 73 | 73 | 140 | 25 |
| Binary | 1101001 | 1101000 | 10 | 0 | 1 | 1100010 | 111011 | 111011 | 1100000 | 10101 |
Color Harmonies of #696802
Complementary color
Monochromatic Colors of #696802
Black with #696802
Text Example
Text Example
White with #696802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696802; }
p { color: rgb(105,104,2); }
H1.HeaderClassName
{
color: #696802;
}
.AnyTagClassName
{
color: #696802;
}
</style>
background-color css
<style>
a { background-color: #696802; }
a { background-color: rgb(105,104,2); }
div.DivClassName
{
background-color: #696802;
}
.BgClassName
{
background-color: #696802;
}
</style>
border-color css
<style>
span { border-color: #696802; }
span { border-color: rgb(105,104,2); }
td.TdClassName
{
border-color: #696802;
}
.TagClassName
{
border-color: #696802;
}
</style>