Shades of Olive #696703
Tints of Olive #696703
RGB
CMYK
RGB Variations
Color information
#696703 (or 0x696703) is known color: Olive. HEX triplet: 69, 67 and 03. RGB value is (105,103,3). Sum of RGB (Red+Green+Blue) = 105+103+3=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #696703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696703 is #9698FC. Grayscale: #5C5C5C. Windows color (decimal): -9869565 or 223081. OLE color: 223081.
HSL color Cylindrical-coordinate representation of color #696703: hue angle of 58.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #696703 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 3 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.59 |
| HSL | 58.82º | 0.94% | 0.21% | - |
| HSV(B) | 58.82º | 0.97% | 0.41% | - |
| XYZ | 10.69 | 12.71 | 1.98 | - |
| YUV | 92.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 3 | 0 | 0.02 | 0.97 | 0.59 | 58.82 | 0.94 | 0.21 |
| Hex | 69 | 67 | 3 | 0 | 2 | 61 | 3B | 3B | 5E | 15 |
| Octal | 151 | 147 | 3 | 0 | 2 | 141 | 73 | 73 | 136 | 25 |
| Binary | 1101001 | 1100111 | 11 | 0 | 10 | 1100001 | 111011 | 111011 | 1011110 | 10101 |
Color Harmonies of #696703
Complementary color
Monochromatic Colors of #696703
Black with #696703
Text Example
Text Example
White with #696703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696703; }
p { color: rgb(105,103,3); }
H1.HeaderClassName
{
color: #696703;
}
.AnyTagClassName
{
color: #696703;
}
</style>
background-color css
<style>
a { background-color: #696703; }
a { background-color: rgb(105,103,3); }
div.DivClassName
{
background-color: #696703;
}
.BgClassName
{
background-color: #696703;
}
</style>
border-color css
<style>
span { border-color: #696703; }
span { border-color: rgb(105,103,3); }
td.TdClassName
{
border-color: #696703;
}
.TagClassName
{
border-color: #696703;
}
</style>