Shades of Olive Drab #62850B
Tints of Olive Drab #62850B
RGB
CMYK
RGB Variations
Color information
#62850B (or 0x62850B) is known color: Olive Drab. HEX triplet: 62, 85 and 0B. RGB value is (98,133,11). Sum of RGB (Red+Green+Blue) = 98+133+11=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #62850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62850B is #9D7AF4. Grayscale: #6D6D6D. Windows color (decimal): -10320629 or 755042. OLE color: 755042.
HSL color Cylindrical-coordinate representation of color #62850B: hue angle of 77.21º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62850B is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 11 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.48 |
| HSL | 77.21º | 0.85% | 0.28% | - |
| HSV(B) | 77.21º | 0.92% | 0.52% | - |
| XYZ | 13.48 | 19.4 | 3.35 | - |
| YUV | 108.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 11 | 0.26 | 0 | 0.92 | 0.48 | 77.21 | 0.85 | 0.28 |
| Hex | 62 | 85 | B | 1A | 0 | 5C | 30 | 4D | 55 | 1C |
| Octal | 142 | 205 | 13 | 32 | 0 | 134 | 60 | 115 | 125 | 34 |
| Binary | 1100010 | 10000101 | 1011 | 11010 | 0 | 1011100 | 110000 | 1001101 | 1010101 | 11100 |
Color Harmonies of #62850B
Complementary color
Monochromatic Colors of #62850B
Black with #62850B
Text Example
Text Example
White with #62850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62850B; }
p { color: rgb(98,133,11); }
H1.HeaderClassName
{
color: #62850B;
}
.AnyTagClassName
{
color: #62850B;
}
</style>
background-color css
<style>
a { background-color: #62850B; }
a { background-color: rgb(98,133,11); }
div.DivClassName
{
background-color: #62850B;
}
.BgClassName
{
background-color: #62850B;
}
</style>
border-color css
<style>
span { border-color: #62850B; }
span { border-color: rgb(98,133,11); }
td.TdClassName
{
border-color: #62850B;
}
.TagClassName
{
border-color: #62850B;
}
</style>