Shades of Olive #697B03
Tints of Olive #697B03
RGB
CMYK
RGB Variations
Color information
#697B03 (or 0x697B03) is known color: Olive. HEX triplet: 69, 7B and 03. RGB value is (105,123,3). Sum of RGB (Red+Green+Blue) = 105+123+3=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #697B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B03 is #9684FC. Grayscale: #686868. Windows color (decimal): -9864445 or 228201. OLE color: 228201.
HSL color Cylindrical-coordinate representation of color #697B03: hue angle of 69º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #697B03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.52 |
| HSL | 69º | 0.95% | 0.25% | - |
| HSV(B) | 69º | 0.98% | 0.48% | - |
| XYZ | 12.93 | 17.18 | 2.72 | - |
| YUV | 103.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 3 | 0.15 | 0 | 0.98 | 0.52 | 69 | 0.95 | 0.25 |
| Hex | 69 | 7B | 3 | F | 0 | 62 | 34 | 45 | 5F | 19 |
| Octal | 151 | 173 | 3 | 17 | 0 | 142 | 64 | 105 | 137 | 31 |
| Binary | 1101001 | 1111011 | 11 | 1111 | 0 | 1100010 | 110100 | 1000101 | 1011111 | 11001 |
Color Harmonies of #697B03
Complementary color
Monochromatic Colors of #697B03
Black with #697B03
Text Example
Text Example
White with #697B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B03; }
p { color: rgb(105,123,3); }
H1.HeaderClassName
{
color: #697B03;
}
.AnyTagClassName
{
color: #697B03;
}
</style>
background-color css
<style>
a { background-color: #697B03; }
a { background-color: rgb(105,123,3); }
div.DivClassName
{
background-color: #697B03;
}
.BgClassName
{
background-color: #697B03;
}
</style>
border-color css
<style>
span { border-color: #697B03; }
span { border-color: rgb(105,123,3); }
td.TdClassName
{
border-color: #697B03;
}
.TagClassName
{
border-color: #697B03;
}
</style>