Shades of Olive Drab #699500
Tints of Olive Drab #699500
RGB
CMYK
RGB Variations
Color information
#699500 (or 0x699500) is known color: Olive Drab. HEX triplet: 69, 95 and 00. RGB value is (105,149,0). Sum of RGB (Red+Green+Blue) = 105+149+0=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #699500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699500 is #966AFF. Grayscale: #777777. Windows color (decimal): -9857792 or 38249. OLE color: 38249.
HSL color Cylindrical-coordinate representation of color #699500: hue angle of 77.72º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #699500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.42 |
| HSL | 77.72º | 1% | 0.29% | - |
| HSV(B) | 77.72º | 1% | 0.58% | - |
| XYZ | 16.57 | 24.5 | 3.86 | - |
| YUV | 118.86 | 60.92 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 0 | 0.30 | 0 | 1 | 0.42 | 77.72 | 1 | 0.29 |
| Hex | 69 | 95 | 0 | 1E | 0 | 64 | 2A | 4E | 64 | 1D |
| Octal | 151 | 225 | 0 | 36 | 0 | 144 | 52 | 116 | 144 | 35 |
| Binary | 1101001 | 10010101 | 0 | 11110 | 0 | 1100100 | 101010 | 1001110 | 1100100 | 11101 |
Color Harmonies of #699500
Complementary color
Monochromatic Colors of #699500
Black with #699500
Text Example
Text Example
White with #699500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699500; }
p { color: rgb(105,149,0); }
H1.HeaderClassName
{
color: #699500;
}
.AnyTagClassName
{
color: #699500;
}
</style>
background-color css
<style>
a { background-color: #699500; }
a { background-color: rgb(105,149,0); }
div.DivClassName
{
background-color: #699500;
}
.BgClassName
{
background-color: #699500;
}
</style>
border-color css
<style>
span { border-color: #699500; }
span { border-color: rgb(105,149,0); }
td.TdClassName
{
border-color: #699500;
}
.TagClassName
{
border-color: #699500;
}
</style>