Shades of Olive Drab #639016
Tints of Olive Drab #639016
RGB
CMYK
RGB Variations
Color information
#639016 (or 0x639016) is known color: Olive Drab. HEX triplet: 63, 90 and 16. RGB value is (99,144,22). Sum of RGB (Red+Green+Blue) = 99+144+22=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #639016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639016 is #9C6FE9. Grayscale: #757575. Windows color (decimal): -10252266 or 1478755. OLE color: 1478755.
HSL color Cylindrical-coordinate representation of color #639016: hue angle of 82.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #639016 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 22 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.44 |
| HSL | 82.13º | 0.73% | 0.33% | - |
| HSV(B) | 82.13º | 0.85% | 0.56% | - |
| XYZ | 15.26 | 22.66 | 4.33 | - |
| YUV | 116.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 22 | 0.31 | 0 | 0.85 | 0.44 | 82.13 | 0.73 | 0.33 |
| Hex | 63 | 90 | 16 | 1F | 0 | 55 | 2C | 52 | 49 | 21 |
| Octal | 143 | 220 | 26 | 37 | 0 | 125 | 54 | 122 | 111 | 41 |
| Binary | 1100011 | 10010000 | 10110 | 11111 | 0 | 1010101 | 101100 | 1010010 | 1001001 | 100001 |
Color Harmonies of #639016
Complementary color
Monochromatic Colors of #639016
Black with #639016
Text Example
Text Example
White with #639016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639016; }
p { color: rgb(99,144,22); }
H1.HeaderClassName
{
color: #639016;
}
.AnyTagClassName
{
color: #639016;
}
</style>
background-color css
<style>
a { background-color: #639016; }
a { background-color: rgb(99,144,22); }
div.DivClassName
{
background-color: #639016;
}
.BgClassName
{
background-color: #639016;
}
</style>
border-color css
<style>
span { border-color: #639016; }
span { border-color: rgb(99,144,22); }
td.TdClassName
{
border-color: #639016;
}
.TagClassName
{
border-color: #639016;
}
</style>