Shades of Olive Drab #69821D
Tints of Olive Drab #69821D
RGB
CMYK
RGB Variations
Color information
#69821D (or 0x69821D) is known color: Olive Drab. HEX triplet: 69, 82 and 1D. RGB value is (105,130,29). Sum of RGB (Red+Green+Blue) = 105+130+29=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #69821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69821D is #967DE2. Grayscale: #6F6F6F. Windows color (decimal): -9862627 or 1933929. OLE color: 1933929.
HSL color Cylindrical-coordinate representation of color #69821D: hue angle of 74.85º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69821D is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 29 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.49 |
| HSL | 74.85º | 0.64% | 0.31% | - |
| HSV(B) | 74.85º | 0.78% | 0.51% | - |
| XYZ | 14.03 | 19.06 | 4.1 | - |
| YUV | 111.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 29 | 0.19 | 0 | 0.78 | 0.49 | 74.85 | 0.64 | 0.31 |
| Hex | 69 | 82 | 1D | 13 | 0 | 4E | 31 | 4B | 40 | 1F |
| Octal | 151 | 202 | 35 | 23 | 0 | 116 | 61 | 113 | 100 | 37 |
| Binary | 1101001 | 10000010 | 11101 | 10011 | 0 | 1001110 | 110001 | 1001011 | 1000000 | 11111 |
Color Harmonies of #69821D
Complementary color
Monochromatic Colors of #69821D
Black with #69821D
Text Example
Text Example
White with #69821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69821D; }
p { color: rgb(105,130,29); }
H1.HeaderClassName
{
color: #69821D;
}
.AnyTagClassName
{
color: #69821D;
}
</style>
background-color css
<style>
a { background-color: #69821D; }
a { background-color: rgb(105,130,29); }
div.DivClassName
{
background-color: #69821D;
}
.BgClassName
{
background-color: #69821D;
}
</style>
border-color css
<style>
span { border-color: #69821D; }
span { border-color: rgb(105,130,29); }
td.TdClassName
{
border-color: #69821D;
}
.TagClassName
{
border-color: #69821D;
}
</style>