Shades of Olive Drab #699703
Tints of Olive Drab #699703
RGB
CMYK
RGB Variations
Color information
#699703 (or 0x699703) is known color: Olive Drab. HEX triplet: 69, 97 and 03. RGB value is (105,151,3). Sum of RGB (Red+Green+Blue) = 105+151+3=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #699703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699703 is #9668FC. Grayscale: #787878. Windows color (decimal): -9857277 or 235369. OLE color: 235369.
HSL color Cylindrical-coordinate representation of color #699703: hue angle of 78.65º 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 #699703 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.41 |
| HSL | 78.65º | 0.96% | 0.3% | - |
| HSV(B) | 78.65º | 0.98% | 0.59% | - |
| XYZ | 16.91 | 25.14 | 4.05 | - |
| YUV | 120.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 3 | 0.30 | 0 | 0.98 | 0.41 | 78.65 | 0.96 | 0.3 |
| Hex | 69 | 97 | 3 | 1E | 0 | 62 | 29 | 4F | 60 | 1E |
| Octal | 151 | 227 | 3 | 36 | 0 | 142 | 51 | 117 | 140 | 36 |
| Binary | 1101001 | 10010111 | 11 | 11110 | 0 | 1100010 | 101001 | 1001111 | 1100000 | 11110 |
Color Harmonies of #699703
Complementary color
Monochromatic Colors of #699703
Black with #699703
Text Example
Text Example
White with #699703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699703; }
p { color: rgb(105,151,3); }
H1.HeaderClassName
{
color: #699703;
}
.AnyTagClassName
{
color: #699703;
}
</style>
background-color css
<style>
a { background-color: #699703; }
a { background-color: rgb(105,151,3); }
div.DivClassName
{
background-color: #699703;
}
.BgClassName
{
background-color: #699703;
}
</style>
border-color css
<style>
span { border-color: #699703; }
span { border-color: rgb(105,151,3); }
td.TdClassName
{
border-color: #699703;
}
.TagClassName
{
border-color: #699703;
}
</style>