Shades of Olive Drab #61821D
Tints of Olive Drab #61821D
RGB
CMYK
RGB Variations
Color information
#61821D (or 0x61821D) is known color: Olive Drab. HEX triplet: 61, 82 and 1D. RGB value is (97,130,29). Sum of RGB (Red+Green+Blue) = 97+130+29=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #61821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61821D is #9E7DE2. Grayscale: #6C6C6C. Windows color (decimal): -10386915 or 1933921. OLE color: 1933921.
HSL color Cylindrical-coordinate representation of color #61821D: hue angle of 79.6º 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 #61821D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 29 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.49 |
| HSL | 79.6º | 0.64% | 0.31% | - |
| HSV(B) | 79.6º | 0.78% | 0.51% | - |
| XYZ | 13.13 | 18.6 | 4.06 | - |
| YUV | 108.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 29 | 0.25 | 0 | 0.78 | 0.49 | 79.6 | 0.64 | 0.31 |
| Hex | 61 | 82 | 1D | 19 | 0 | 4E | 31 | 50 | 40 | 1F |
| Octal | 141 | 202 | 35 | 31 | 0 | 116 | 61 | 120 | 100 | 37 |
| Binary | 1100001 | 10000010 | 11101 | 11001 | 0 | 1001110 | 110001 | 1010000 | 1000000 | 11111 |
Color Harmonies of #61821D
Complementary color
Monochromatic Colors of #61821D
Black with #61821D
Text Example
Text Example
White with #61821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61821D; }
p { color: rgb(97,130,29); }
H1.HeaderClassName
{
color: #61821D;
}
.AnyTagClassName
{
color: #61821D;
}
</style>
background-color css
<style>
a { background-color: #61821D; }
a { background-color: rgb(97,130,29); }
div.DivClassName
{
background-color: #61821D;
}
.BgClassName
{
background-color: #61821D;
}
</style>
border-color css
<style>
span { border-color: #61821D; }
span { border-color: rgb(97,130,29); }
td.TdClassName
{
border-color: #61821D;
}
.TagClassName
{
border-color: #61821D;
}
</style>