Shades of Olive Drab #69841D
Tints of Olive Drab #69841D
RGB
CMYK
RGB Variations
Color information
#69841D (or 0x69841D) is known color: Olive Drab. HEX triplet: 69, 84 and 1D. RGB value is (105,132,29). Sum of RGB (Red+Green+Blue) = 105+132+29=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #69841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69841D is #967BE2. Grayscale: #707070. Windows color (decimal): -9862115 or 1934441. OLE color: 1934441.
HSL color Cylindrical-coordinate representation of color #69841D: hue angle of 75.73º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69841D is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 29 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.48 |
| HSL | 75.73º | 0.64% | 0.32% | - |
| HSV(B) | 75.73º | 0.78% | 0.52% | - |
| XYZ | 14.3 | 19.59 | 4.19 | - |
| YUV | 112.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 29 | 0.20 | 0 | 0.78 | 0.48 | 75.73 | 0.64 | 0.32 |
| Hex | 69 | 84 | 1D | 14 | 0 | 4E | 30 | 4C | 40 | 20 |
| Octal | 151 | 204 | 35 | 24 | 0 | 116 | 60 | 114 | 100 | 40 |
| Binary | 1101001 | 10000100 | 11101 | 10100 | 0 | 1001110 | 110000 | 1001100 | 1000000 | 100000 |
Color Harmonies of #69841D
Complementary color
Monochromatic Colors of #69841D
Black with #69841D
Text Example
Text Example
White with #69841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69841D; }
p { color: rgb(105,132,29); }
H1.HeaderClassName
{
color: #69841D;
}
.AnyTagClassName
{
color: #69841D;
}
</style>
background-color css
<style>
a { background-color: #69841D; }
a { background-color: rgb(105,132,29); }
div.DivClassName
{
background-color: #69841D;
}
.BgClassName
{
background-color: #69841D;
}
</style>
border-color css
<style>
span { border-color: #69841D; }
span { border-color: rgb(105,132,29); }
td.TdClassName
{
border-color: #69841D;
}
.TagClassName
{
border-color: #69841D;
}
</style>