Shades of Olive #696B03
Tints of Olive #696B03
RGB
CMYK
RGB Variations
Color information
#696B03 (or 0x696B03) is known color: Olive. HEX triplet: 69, 6B and 03. RGB value is (105,107,3). Sum of RGB (Red+Green+Blue) = 105+107+3=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #696B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B03 is #9694FC. Grayscale: #5E5E5E. Windows color (decimal): -9868541 or 224105. OLE color: 224105.
HSL color Cylindrical-coordinate representation of color #696B03: hue angle of 61.15º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #696B03 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 3 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.58 |
| HSL | 61.15º | 0.95% | 0.22% | - |
| HSV(B) | 61.15º | 0.97% | 0.42% | - |
| XYZ | 11.1 | 13.53 | 2.11 | - |
| YUV | 94.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 3 | 0.02 | 0 | 0.97 | 0.58 | 61.15 | 0.95 | 0.22 |
| Hex | 69 | 6B | 3 | 2 | 0 | 61 | 3A | 3D | 5F | 16 |
| Octal | 151 | 153 | 3 | 2 | 0 | 141 | 72 | 75 | 137 | 26 |
| Binary | 1101001 | 1101011 | 11 | 10 | 0 | 1100001 | 111010 | 111101 | 1011111 | 10110 |
Color Harmonies of #696B03
Complementary color
Monochromatic Colors of #696B03
Black with #696B03
Text Example
Text Example
White with #696B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B03; }
p { color: rgb(105,107,3); }
H1.HeaderClassName
{
color: #696B03;
}
.AnyTagClassName
{
color: #696B03;
}
</style>
background-color css
<style>
a { background-color: #696B03; }
a { background-color: rgb(105,107,3); }
div.DivClassName
{
background-color: #696B03;
}
.BgClassName
{
background-color: #696B03;
}
</style>
border-color css
<style>
span { border-color: #696B03; }
span { border-color: rgb(105,107,3); }
td.TdClassName
{
border-color: #696B03;
}
.TagClassName
{
border-color: #696B03;
}
</style>