Shades of Olive Drab #639212
Tints of Olive Drab #639212
RGB
CMYK
RGB Variations
Color information
#639212 (or 0x639212) is known color: Olive Drab. HEX triplet: 63, 92 and 12. RGB value is (99,146,18). Sum of RGB (Red+Green+Blue) = 99+146+18=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #639212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639212 is #9C6DED. Grayscale: #757575. Windows color (decimal): -10251758 or 1217123. OLE color: 1217123.
HSL color Cylindrical-coordinate representation of color #639212: hue angle of 82.03º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639212 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 18 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.43 |
| HSL | 82.03º | 0.78% | 0.32% | - |
| HSV(B) | 82.03º | 0.88% | 0.57% | - |
| XYZ | 15.53 | 23.25 | 4.24 | - |
| YUV | 117.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 18 | 0.32 | 0 | 0.88 | 0.43 | 82.03 | 0.78 | 0.32 |
| Hex | 63 | 92 | 12 | 20 | 0 | 58 | 2B | 52 | 4E | 20 |
| Octal | 143 | 222 | 22 | 40 | 0 | 130 | 53 | 122 | 116 | 40 |
| Binary | 1100011 | 10010010 | 10010 | 100000 | 0 | 1011000 | 101011 | 1010010 | 1001110 | 100000 |
Color Harmonies of #639212
Complementary color
Monochromatic Colors of #639212
Black with #639212
Text Example
Text Example
White with #639212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639212; }
p { color: rgb(99,146,18); }
H1.HeaderClassName
{
color: #639212;
}
.AnyTagClassName
{
color: #639212;
}
</style>
background-color css
<style>
a { background-color: #639212; }
a { background-color: rgb(99,146,18); }
div.DivClassName
{
background-color: #639212;
}
.BgClassName
{
background-color: #639212;
}
</style>
border-color css
<style>
span { border-color: #639212; }
span { border-color: rgb(99,146,18); }
td.TdClassName
{
border-color: #639212;
}
.TagClassName
{
border-color: #639212;
}
</style>