Shades of Olive Drab #62850C
Tints of Olive Drab #62850C
RGB
CMYK
RGB Variations
Color information
#62850C (or 0x62850C) is known color: Olive Drab. HEX triplet: 62, 85 and 0C. RGB value is (98,133,12). Sum of RGB (Red+Green+Blue) = 98+133+12=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #62850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62850C is #9D7AF3. Grayscale: #6D6D6D. Windows color (decimal): -10320628 or 820578. OLE color: 820578.
HSL color Cylindrical-coordinate representation of color #62850C: hue angle of 77.36º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62850C is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 12 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.48 |
| HSL | 77.36º | 0.83% | 0.28% | - |
| HSV(B) | 77.36º | 0.91% | 0.52% | - |
| XYZ | 13.49 | 19.4 | 3.38 | - |
| YUV | 108.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 12 | 0.26 | 0 | 0.91 | 0.48 | 77.36 | 0.83 | 0.28 |
| Hex | 62 | 85 | C | 1A | 0 | 5B | 30 | 4D | 53 | 1C |
| Octal | 142 | 205 | 14 | 32 | 0 | 133 | 60 | 115 | 123 | 34 |
| Binary | 1100010 | 10000101 | 1100 | 11010 | 0 | 1011011 | 110000 | 1001101 | 1010011 | 11100 |
Color Harmonies of #62850C
Complementary color
Monochromatic Colors of #62850C
Black with #62850C
Text Example
Text Example
White with #62850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62850C; }
p { color: rgb(98,133,12); }
H1.HeaderClassName
{
color: #62850C;
}
.AnyTagClassName
{
color: #62850C;
}
</style>
background-color css
<style>
a { background-color: #62850C; }
a { background-color: rgb(98,133,12); }
div.DivClassName
{
background-color: #62850C;
}
.BgClassName
{
background-color: #62850C;
}
</style>
border-color css
<style>
span { border-color: #62850C; }
span { border-color: rgb(98,133,12); }
td.TdClassName
{
border-color: #62850C;
}
.TagClassName
{
border-color: #62850C;
}
</style>