Shades of Olive Drab #638510
Tints of Olive Drab #638510
RGB
CMYK
RGB Variations
Color information
#638510 (or 0x638510) is known color: Olive Drab. HEX triplet: 63, 85 and 10. RGB value is (99,133,16). Sum of RGB (Red+Green+Blue) = 99+133+16=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #638510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638510 is #9C7AEF. Grayscale: #6D6D6D. Windows color (decimal): -10255088 or 1082723. OLE color: 1082723.
HSL color Cylindrical-coordinate representation of color #638510: hue angle of 77.44º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #638510 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 133 | 16 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.48 |
| HSL | 77.44º | 0.79% | 0.29% | - |
| HSV(B) | 77.44º | 0.88% | 0.52% | - |
| XYZ | 13.63 | 19.47 | 3.53 | - |
| YUV | 109.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 16 | 0.26 | 0 | 0.88 | 0.48 | 77.44 | 0.79 | 0.29 |
| Hex | 63 | 85 | 10 | 1A | 0 | 58 | 30 | 4D | 4F | 1D |
| Octal | 143 | 205 | 20 | 32 | 0 | 130 | 60 | 115 | 117 | 35 |
| Binary | 1100011 | 10000101 | 10000 | 11010 | 0 | 1011000 | 110000 | 1001101 | 1001111 | 11101 |
Color Harmonies of #638510
Complementary color
Monochromatic Colors of #638510
Black with #638510
Text Example
Text Example
White with #638510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638510; }
p { color: rgb(99,133,16); }
H1.HeaderClassName
{
color: #638510;
}
.AnyTagClassName
{
color: #638510;
}
</style>
background-color css
<style>
a { background-color: #638510; }
a { background-color: rgb(99,133,16); }
div.DivClassName
{
background-color: #638510;
}
.BgClassName
{
background-color: #638510;
}
</style>
border-color css
<style>
span { border-color: #638510; }
span { border-color: rgb(99,133,16); }
td.TdClassName
{
border-color: #638510;
}
.TagClassName
{
border-color: #638510;
}
</style>