Shades of Olive Drab #639010
Tints of Olive Drab #639010
RGB
CMYK
RGB Variations
Color information
#639010 (or 0x639010) is known color: Olive Drab. HEX triplet: 63, 90 and 10. RGB value is (99,144,16). Sum of RGB (Red+Green+Blue) = 99+144+16=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #639010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639010 is #9C6FEF. Grayscale: #747474. Windows color (decimal): -10252272 or 1085539. OLE color: 1085539.
HSL color Cylindrical-coordinate representation of color #639010: hue angle of 81.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #639010 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 16 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.44 |
| HSL | 81.09º | 0.8% | 0.31% | - |
| HSV(B) | 81.09º | 0.89% | 0.56% | - |
| XYZ | 15.21 | 22.64 | 4.06 | - |
| YUV | 115.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 16 | 0.31 | 0 | 0.89 | 0.44 | 81.09 | 0.8 | 0.31 |
| Hex | 63 | 90 | 10 | 1F | 0 | 59 | 2C | 51 | 50 | 1F |
| Octal | 143 | 220 | 20 | 37 | 0 | 131 | 54 | 121 | 120 | 37 |
| Binary | 1100011 | 10010000 | 10000 | 11111 | 0 | 1011001 | 101100 | 1010001 | 1010000 | 11111 |
Color Harmonies of #639010
Complementary color
Monochromatic Colors of #639010
Black with #639010
Text Example
Text Example
White with #639010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639010; }
p { color: rgb(99,144,16); }
H1.HeaderClassName
{
color: #639010;
}
.AnyTagClassName
{
color: #639010;
}
</style>
background-color css
<style>
a { background-color: #639010; }
a { background-color: rgb(99,144,16); }
div.DivClassName
{
background-color: #639010;
}
.BgClassName
{
background-color: #639010;
}
</style>
border-color css
<style>
span { border-color: #639010; }
span { border-color: rgb(99,144,16); }
td.TdClassName
{
border-color: #639010;
}
.TagClassName
{
border-color: #639010;
}
</style>