Shades of Olive Drab #62852A
Tints of Olive Drab #62852A
RGB
CMYK
RGB Variations
Color information
#62852A (or 0x62852A) is known color: Olive Drab. HEX triplet: 62, 85 and 2A. RGB value is (98,133,42). Sum of RGB (Red+Green+Blue) = 98+133+42=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #62852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62852A is #9D7AD5. Grayscale: #707070. Windows color (decimal): -10320598 or 2786658. OLE color: 2786658.
HSL color Cylindrical-coordinate representation of color #62852A: hue angle of 83.08º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62852A is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 42 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.48 |
| HSL | 83.08º | 0.52% | 0.34% | - |
| HSV(B) | 83.08º | 0.68% | 0.52% | - |
| XYZ | 13.84 | 19.54 | 5.23 | - |
| YUV | 112.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 42 | 0.26 | 0 | 0.68 | 0.48 | 83.08 | 0.52 | 0.34 |
| Hex | 62 | 85 | 2A | 1A | 0 | 44 | 30 | 53 | 34 | 22 |
| Octal | 142 | 205 | 52 | 32 | 0 | 104 | 60 | 123 | 64 | 42 |
| Binary | 1100010 | 10000101 | 101010 | 11010 | 0 | 1000100 | 110000 | 1010011 | 110100 | 100010 |
Color Harmonies of #62852A
Complementary color
Monochromatic Colors of #62852A
Black with #62852A
Text Example
Text Example
White with #62852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62852A; }
p { color: rgb(98,133,42); }
H1.HeaderClassName
{
color: #62852A;
}
.AnyTagClassName
{
color: #62852A;
}
</style>
background-color css
<style>
a { background-color: #62852A; }
a { background-color: rgb(98,133,42); }
div.DivClassName
{
background-color: #62852A;
}
.BgClassName
{
background-color: #62852A;
}
</style>
border-color css
<style>
span { border-color: #62852A; }
span { border-color: rgb(98,133,42); }
td.TdClassName
{
border-color: #62852A;
}
.TagClassName
{
border-color: #62852A;
}
</style>