Shades of Olive Drab #62830C
Tints of Olive Drab #62830C
RGB
CMYK
RGB Variations
Color information
#62830C (or 0x62830C) is known color: Olive Drab. HEX triplet: 62, 83 and 0C. RGB value is (98,131,12). Sum of RGB (Red+Green+Blue) = 98+131+12=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #62830C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62830C is #9D7CF3. Grayscale: #6C6C6C. Windows color (decimal): -10321140 or 820066. OLE color: 820066.
HSL color Cylindrical-coordinate representation of color #62830C: hue angle of 76.64º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62830C is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 131 | 12 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.49 |
| HSL | 76.64º | 0.83% | 0.28% | - |
| HSV(B) | 76.64º | 0.91% | 0.51% | - |
| XYZ | 13.22 | 18.86 | 3.29 | - |
| YUV | 107.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 12 | 0.25 | 0 | 0.91 | 0.49 | 76.64 | 0.83 | 0.28 |
| Hex | 62 | 83 | C | 19 | 0 | 5B | 31 | 4D | 53 | 1C |
| Octal | 142 | 203 | 14 | 31 | 0 | 133 | 61 | 115 | 123 | 34 |
| Binary | 1100010 | 10000011 | 1100 | 11001 | 0 | 1011011 | 110001 | 1001101 | 1010011 | 11100 |
Color Harmonies of #62830C
Complementary color
Monochromatic Colors of #62830C
Black with #62830C
Text Example
Text Example
White with #62830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62830C; }
p { color: rgb(98,131,12); }
H1.HeaderClassName
{
color: #62830C;
}
.AnyTagClassName
{
color: #62830C;
}
</style>
background-color css
<style>
a { background-color: #62830C; }
a { background-color: rgb(98,131,12); }
div.DivClassName
{
background-color: #62830C;
}
.BgClassName
{
background-color: #62830C;
}
</style>
border-color css
<style>
span { border-color: #62830C; }
span { border-color: rgb(98,131,12); }
td.TdClassName
{
border-color: #62830C;
}
.TagClassName
{
border-color: #62830C;
}
</style>