Shades of Olive Drab #62821D
Tints of Olive Drab #62821D
RGB
CMYK
RGB Variations
Color information
#62821D (or 0x62821D) is known color: Olive Drab. HEX triplet: 62, 82 and 1D. RGB value is (98,130,29). Sum of RGB (Red+Green+Blue) = 98+130+29=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #62821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62821D is #9D7DE2. Grayscale: #6D6D6D. Windows color (decimal): -10321379 or 1933922. OLE color: 1933922.
HSL color Cylindrical-coordinate representation of color #62821D: hue angle of 79.01º 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 #62821D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 29 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.49 |
| HSL | 79.01º | 0.64% | 0.31% | - |
| HSV(B) | 79.01º | 0.78% | 0.51% | - |
| XYZ | 13.24 | 18.65 | 4.06 | - |
| YUV | 108.92 | 82.9 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 29 | 0.25 | 0 | 0.78 | 0.49 | 79.01 | 0.64 | 0.31 |
| Hex | 62 | 82 | 1D | 19 | 0 | 4E | 31 | 4F | 40 | 1F |
| Octal | 142 | 202 | 35 | 31 | 0 | 116 | 61 | 117 | 100 | 37 |
| Binary | 1100010 | 10000010 | 11101 | 11001 | 0 | 1001110 | 110001 | 1001111 | 1000000 | 11111 |
Color Harmonies of #62821D
Complementary color
Monochromatic Colors of #62821D
Black with #62821D
Text Example
Text Example
White with #62821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62821D; }
p { color: rgb(98,130,29); }
H1.HeaderClassName
{
color: #62821D;
}
.AnyTagClassName
{
color: #62821D;
}
</style>
background-color css
<style>
a { background-color: #62821D; }
a { background-color: rgb(98,130,29); }
div.DivClassName
{
background-color: #62821D;
}
.BgClassName
{
background-color: #62821D;
}
</style>
border-color css
<style>
span { border-color: #62821D; }
span { border-color: rgb(98,130,29); }
td.TdClassName
{
border-color: #62821D;
}
.TagClassName
{
border-color: #62821D;
}
</style>