Shades of Olive Drab #699105
Tints of Olive Drab #699105
RGB
CMYK
RGB Variations
Color information
#699105 (or 0x699105) is known color: Olive Drab. HEX triplet: 69, 91 and 05. RGB value is (105,145,5). Sum of RGB (Red+Green+Blue) = 105+145+5=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #699105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699105 is #966EFA. Grayscale: #757575. Windows color (decimal): -9858811 or 364905. OLE color: 364905.
HSL color Cylindrical-coordinate representation of color #699105: hue angle of 77.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699105 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.43 |
| HSL | 77.14º | 0.93% | 0.29% | - |
| HSV(B) | 77.14º | 0.97% | 0.57% | - |
| XYZ | 15.98 | 23.27 | 3.79 | - |
| YUV | 117.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 5 | 0.28 | 0 | 0.97 | 0.43 | 77.14 | 0.93 | 0.29 |
| Hex | 69 | 91 | 5 | 1C | 0 | 61 | 2B | 4D | 5D | 1D |
| Octal | 151 | 221 | 5 | 34 | 0 | 141 | 53 | 115 | 135 | 35 |
| Binary | 1101001 | 10010001 | 101 | 11100 | 0 | 1100001 | 101011 | 1001101 | 1011101 | 11101 |
Color Harmonies of #699105
Complementary color
Monochromatic Colors of #699105
Black with #699105
Text Example
Text Example
White with #699105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699105; }
p { color: rgb(105,145,5); }
H1.HeaderClassName
{
color: #699105;
}
.AnyTagClassName
{
color: #699105;
}
</style>
background-color css
<style>
a { background-color: #699105; }
a { background-color: rgb(105,145,5); }
div.DivClassName
{
background-color: #699105;
}
.BgClassName
{
background-color: #699105;
}
</style>
border-color css
<style>
span { border-color: #699105; }
span { border-color: rgb(105,145,5); }
td.TdClassName
{
border-color: #699105;
}
.TagClassName
{
border-color: #699105;
}
</style>