Shades of Olive #696D03
Tints of Olive #696D03
RGB
CMYK
RGB Variations
Color information
#696D03 (or 0x696D03) is known color: Olive. HEX triplet: 69, 6D and 03. RGB value is (105,109,3). Sum of RGB (Red+Green+Blue) = 105+109+3=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #696D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D03 is #9692FC. Grayscale: #606060. Windows color (decimal): -9868029 or 224617. OLE color: 224617.
HSL color Cylindrical-coordinate representation of color #696D03: hue angle of 62.26º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #696D03 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 109 | 3 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.57 |
| HSL | 62.26º | 0.95% | 0.22% | - |
| HSV(B) | 62.26º | 0.97% | 0.43% | - |
| XYZ | 11.31 | 13.95 | 2.18 | - |
| YUV | 95.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 3 | 0.04 | 0 | 0.97 | 0.57 | 62.26 | 0.95 | 0.22 |
| Hex | 69 | 6D | 3 | 4 | 0 | 61 | 39 | 3E | 5F | 16 |
| Octal | 151 | 155 | 3 | 4 | 0 | 141 | 71 | 76 | 137 | 26 |
| Binary | 1101001 | 1101101 | 11 | 100 | 0 | 1100001 | 111001 | 111110 | 1011111 | 10110 |
Color Harmonies of #696D03
Complementary color
Monochromatic Colors of #696D03
Black with #696D03
Text Example
Text Example
White with #696D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D03; }
p { color: rgb(105,109,3); }
H1.HeaderClassName
{
color: #696D03;
}
.AnyTagClassName
{
color: #696D03;
}
</style>
background-color css
<style>
a { background-color: #696D03; }
a { background-color: rgb(105,109,3); }
div.DivClassName
{
background-color: #696D03;
}
.BgClassName
{
background-color: #696D03;
}
</style>
border-color css
<style>
span { border-color: #696D03; }
span { border-color: rgb(105,109,3); }
td.TdClassName
{
border-color: #696D03;
}
.TagClassName
{
border-color: #696D03;
}
</style>