Shades of Olive Drab #699315
Tints of Olive Drab #699315
RGB
CMYK
RGB Variations
Color information
#699315 (or 0x699315) is known color: Olive Drab. HEX triplet: 69, 93 and 15. RGB value is (105,147,21). Sum of RGB (Red+Green+Blue) = 105+147+21=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #699315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699315 is #966CEA. Grayscale: #787878. Windows color (decimal): -9858283 or 1413993. OLE color: 1413993.
HSL color Cylindrical-coordinate representation of color #699315: hue angle of 80º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699315 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 21 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.42 |
| HSL | 80º | 0.75% | 0.33% | - |
| HSV(B) | 80º | 0.86% | 0.58% | - |
| XYZ | 16.39 | 23.92 | 4.46 | - |
| YUV | 120.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 21 | 0.29 | 0 | 0.86 | 0.42 | 80 | 0.75 | 0.33 |
| Hex | 69 | 93 | 15 | 1D | 0 | 56 | 2A | 50 | 4B | 21 |
| Octal | 151 | 223 | 25 | 35 | 0 | 126 | 52 | 120 | 113 | 41 |
| Binary | 1101001 | 10010011 | 10101 | 11101 | 0 | 1010110 | 101010 | 1010000 | 1001011 | 100001 |
Color Harmonies of #699315
Complementary color
Monochromatic Colors of #699315
Black with #699315
Text Example
Text Example
White with #699315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699315; }
p { color: rgb(105,147,21); }
H1.HeaderClassName
{
color: #699315;
}
.AnyTagClassName
{
color: #699315;
}
</style>
background-color css
<style>
a { background-color: #699315; }
a { background-color: rgb(105,147,21); }
div.DivClassName
{
background-color: #699315;
}
.BgClassName
{
background-color: #699315;
}
</style>
border-color css
<style>
span { border-color: #699315; }
span { border-color: rgb(105,147,21); }
td.TdClassName
{
border-color: #699315;
}
.TagClassName
{
border-color: #699315;
}
</style>