Shades of Olive Drab #699316
Tints of Olive Drab #699316
RGB
CMYK
RGB Variations
Color information
#699316 (or 0x699316) is known color: Olive Drab. HEX triplet: 69, 93 and 16. RGB value is (105,147,22). Sum of RGB (Red+Green+Blue) = 105+147+22=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #699316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699316 is #966CE9. Grayscale: #787878. Windows color (decimal): -9858282 or 1479529. OLE color: 1479529.
HSL color Cylindrical-coordinate representation of color #699316: hue angle of 80.16º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699316 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 22 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.42 |
| HSL | 80.16º | 0.74% | 0.33% | - |
| HSV(B) | 80.16º | 0.85% | 0.58% | - |
| XYZ | 16.4 | 23.93 | 4.51 | - |
| YUV | 120.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 22 | 0.29 | 0 | 0.85 | 0.42 | 80.16 | 0.74 | 0.33 |
| Hex | 69 | 93 | 16 | 1D | 0 | 55 | 2A | 50 | 4A | 21 |
| Octal | 151 | 223 | 26 | 35 | 0 | 125 | 52 | 120 | 112 | 41 |
| Binary | 1101001 | 10010011 | 10110 | 11101 | 0 | 1010101 | 101010 | 1010000 | 1001010 | 100001 |
Color Harmonies of #699316
Complementary color
Monochromatic Colors of #699316
Black with #699316
Text Example
Text Example
White with #699316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699316; }
p { color: rgb(105,147,22); }
H1.HeaderClassName
{
color: #699316;
}
.AnyTagClassName
{
color: #699316;
}
</style>
background-color css
<style>
a { background-color: #699316; }
a { background-color: rgb(105,147,22); }
div.DivClassName
{
background-color: #699316;
}
.BgClassName
{
background-color: #699316;
}
</style>
border-color css
<style>
span { border-color: #699316; }
span { border-color: rgb(105,147,22); }
td.TdClassName
{
border-color: #699316;
}
.TagClassName
{
border-color: #699316;
}
</style>