Shades of Olive Drab #689703
Tints of Olive Drab #689703
RGB
CMYK
RGB Variations
Color information
#689703 (or 0x689703) is known color: Olive Drab. HEX triplet: 68, 97 and 03. RGB value is (104,151,3). Sum of RGB (Red+Green+Blue) = 104+151+3=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #689703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689703 is #9768FC. Grayscale: #787878. Windows color (decimal): -9922813 or 235368. OLE color: 235368.
HSL color Cylindrical-coordinate representation of color #689703: hue angle of 79.05º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #689703 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.41 |
| HSL | 79.05º | 0.96% | 0.3% | - |
| HSV(B) | 79.05º | 0.98% | 0.59% | - |
| XYZ | 16.79 | 25.08 | 4.04 | - |
| YUV | 120.08 | 61.93 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 3 | 0.31 | 0 | 0.98 | 0.41 | 79.05 | 0.96 | 0.3 |
| Hex | 68 | 97 | 3 | 1F | 0 | 62 | 29 | 4F | 60 | 1E |
| Octal | 150 | 227 | 3 | 37 | 0 | 142 | 51 | 117 | 140 | 36 |
| Binary | 1101000 | 10010111 | 11 | 11111 | 0 | 1100010 | 101001 | 1001111 | 1100000 | 11110 |
Color Harmonies of #689703
Complementary color
Monochromatic Colors of #689703
Black with #689703
Text Example
Text Example
White with #689703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689703; }
p { color: rgb(104,151,3); }
H1.HeaderClassName
{
color: #689703;
}
.AnyTagClassName
{
color: #689703;
}
</style>
background-color css
<style>
a { background-color: #689703; }
a { background-color: rgb(104,151,3); }
div.DivClassName
{
background-color: #689703;
}
.BgClassName
{
background-color: #689703;
}
</style>
border-color css
<style>
span { border-color: #689703; }
span { border-color: rgb(104,151,3); }
td.TdClassName
{
border-color: #689703;
}
.TagClassName
{
border-color: #689703;
}
</style>