Shades of Olive Drab #69812D
Tints of Olive Drab #69812D
RGB
CMYK
RGB Variations
Color information
#69812D (or 0x69812D) is known color: Olive Drab. HEX triplet: 69, 81 and 2D. RGB value is (105,129,45). Sum of RGB (Red+Green+Blue) = 105+129+45=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #69812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69812D is #967ED2. Grayscale: #707070. Windows color (decimal): -9862867 or 2982249. OLE color: 2982249.
HSL color Cylindrical-coordinate representation of color #69812D: hue angle of 77.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69812D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 45 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.49 |
| HSL | 77.14º | 0.48% | 0.34% | - |
| HSV(B) | 77.14º | 0.65% | 0.51% | - |
| XYZ | 14.15 | 18.89 | 5.38 | - |
| YUV | 112.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 45 | 0.19 | 0 | 0.65 | 0.49 | 77.14 | 0.48 | 0.34 |
| Hex | 69 | 81 | 2D | 13 | 0 | 41 | 31 | 4D | 30 | 22 |
| Octal | 151 | 201 | 55 | 23 | 0 | 101 | 61 | 115 | 60 | 42 |
| Binary | 1101001 | 10000001 | 101101 | 10011 | 0 | 1000001 | 110001 | 1001101 | 110000 | 100010 |
Color Harmonies of #69812D
Complementary color
Monochromatic Colors of #69812D
Black with #69812D
Text Example
Text Example
White with #69812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69812D; }
p { color: rgb(105,129,45); }
H1.HeaderClassName
{
color: #69812D;
}
.AnyTagClassName
{
color: #69812D;
}
</style>
background-color css
<style>
a { background-color: #69812D; }
a { background-color: rgb(105,129,45); }
div.DivClassName
{
background-color: #69812D;
}
.BgClassName
{
background-color: #69812D;
}
</style>
border-color css
<style>
span { border-color: #69812D; }
span { border-color: rgb(105,129,45); }
td.TdClassName
{
border-color: #69812D;
}
.TagClassName
{
border-color: #69812D;
}
</style>