Shades of Olive Drab #62900D
Tints of Olive Drab #62900D
RGB
CMYK
RGB Variations
Color information
#62900D (or 0x62900D) is known color: Olive Drab. HEX triplet: 62, 90 and 0D. RGB value is (98,144,13). Sum of RGB (Red+Green+Blue) = 98+144+13=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #62900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62900D is #9D6FF2. Grayscale: #737373. Windows color (decimal): -10317811 or 888930. OLE color: 888930.
HSL color Cylindrical-coordinate representation of color #62900D: hue angle of 81.07º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62900D is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 13 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.44 |
| HSL | 81.07º | 0.83% | 0.31% | - |
| HSV(B) | 81.07º | 0.91% | 0.56% | - |
| XYZ | 15.08 | 22.57 | 3.94 | - |
| YUV | 115.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 13 | 0.32 | 0 | 0.91 | 0.44 | 81.07 | 0.83 | 0.31 |
| Hex | 62 | 90 | D | 20 | 0 | 5B | 2C | 51 | 53 | 1F |
| Octal | 142 | 220 | 15 | 40 | 0 | 133 | 54 | 121 | 123 | 37 |
| Binary | 1100010 | 10010000 | 1101 | 100000 | 0 | 1011011 | 101100 | 1010001 | 1010011 | 11111 |
Color Harmonies of #62900D
Complementary color
Monochromatic Colors of #62900D
Black with #62900D
Text Example
Text Example
White with #62900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62900D; }
p { color: rgb(98,144,13); }
H1.HeaderClassName
{
color: #62900D;
}
.AnyTagClassName
{
color: #62900D;
}
</style>
background-color css
<style>
a { background-color: #62900D; }
a { background-color: rgb(98,144,13); }
div.DivClassName
{
background-color: #62900D;
}
.BgClassName
{
background-color: #62900D;
}
</style>
border-color css
<style>
span { border-color: #62900D; }
span { border-color: rgb(98,144,13); }
td.TdClassName
{
border-color: #62900D;
}
.TagClassName
{
border-color: #62900D;
}
</style>