Shades of Olive Drab #699421
Tints of Olive Drab #699421
RGB
CMYK
RGB Variations
Color information
#699421 (or 0x699421) is known color: Olive Drab. HEX triplet: 69, 94 and 21. RGB value is (105,148,33). Sum of RGB (Red+Green+Blue) = 105+148+33=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #699421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699421 is #966BDE. Grayscale: #7A7A7A. Windows color (decimal): -9858015 or 2200681. OLE color: 2200681.
HSL color Cylindrical-coordinate representation of color #699421: hue angle of 82.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #699421 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 33 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.42 |
| HSL | 82.43º | 0.64% | 0.35% | - |
| HSV(B) | 82.43º | 0.78% | 0.58% | - |
| XYZ | 16.69 | 24.29 | 5.25 | - |
| YUV | 122.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 33 | 0.29 | 0 | 0.78 | 0.42 | 82.43 | 0.64 | 0.35 |
| Hex | 69 | 94 | 21 | 1D | 0 | 4E | 2A | 52 | 40 | 23 |
| Octal | 151 | 224 | 41 | 35 | 0 | 116 | 52 | 122 | 100 | 43 |
| Binary | 1101001 | 10010100 | 100001 | 11101 | 0 | 1001110 | 101010 | 1010010 | 1000000 | 100011 |
Color Harmonies of #699421
Complementary color
Monochromatic Colors of #699421
Black with #699421
Text Example
Text Example
White with #699421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699421; }
p { color: rgb(105,148,33); }
H1.HeaderClassName
{
color: #699421;
}
.AnyTagClassName
{
color: #699421;
}
</style>
background-color css
<style>
a { background-color: #699421; }
a { background-color: rgb(105,148,33); }
div.DivClassName
{
background-color: #699421;
}
.BgClassName
{
background-color: #699421;
}
</style>
border-color css
<style>
span { border-color: #699421; }
span { border-color: rgb(105,148,33); }
td.TdClassName
{
border-color: #699421;
}
.TagClassName
{
border-color: #699421;
}
</style>