Shades of Olive Drab #62901C
Tints of Olive Drab #62901C
RGB
CMYK
RGB Variations
Color information
#62901C (or 0x62901C) is known color: Olive Drab. HEX triplet: 62, 90 and 1C. RGB value is (98,144,28). Sum of RGB (Red+Green+Blue) = 98+144+28=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #62901C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62901C is #9D6FE3. Grayscale: #757575. Windows color (decimal): -10317796 or 1871970. OLE color: 1871970.
HSL color Cylindrical-coordinate representation of color #62901C: hue angle of 83.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62901C is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 28 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.44 |
| HSL | 83.79º | 0.67% | 0.34% | - |
| HSV(B) | 83.79º | 0.81% | 0.56% | - |
| XYZ | 15.22 | 22.63 | 4.66 | - |
| YUV | 117.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 28 | 0.32 | 0 | 0.81 | 0.44 | 83.79 | 0.67 | 0.34 |
| Hex | 62 | 90 | 1C | 20 | 0 | 51 | 2C | 54 | 43 | 22 |
| Octal | 142 | 220 | 34 | 40 | 0 | 121 | 54 | 124 | 103 | 42 |
| Binary | 1100010 | 10010000 | 11100 | 100000 | 0 | 1010001 | 101100 | 1010100 | 1000011 | 100010 |
Color Harmonies of #62901C
Complementary color
Monochromatic Colors of #62901C
Black with #62901C
Text Example
Text Example
White with #62901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62901C; }
p { color: rgb(98,144,28); }
H1.HeaderClassName
{
color: #62901C;
}
.AnyTagClassName
{
color: #62901C;
}
</style>
background-color css
<style>
a { background-color: #62901C; }
a { background-color: rgb(98,144,28); }
div.DivClassName
{
background-color: #62901C;
}
.BgClassName
{
background-color: #62901C;
}
</style>
border-color css
<style>
span { border-color: #62901C; }
span { border-color: rgb(98,144,28); }
td.TdClassName
{
border-color: #62901C;
}
.TagClassName
{
border-color: #62901C;
}
</style>