Shades of Olive Drab #638216
Tints of Olive Drab #638216
RGB
CMYK
RGB Variations
Color information
#638216 (or 0x638216) is known color: Olive Drab. HEX triplet: 63, 82 and 16. RGB value is (99,130,22). Sum of RGB (Red+Green+Blue) = 99+130+22=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #638216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638216 is #9C7DE9. Grayscale: #6C6C6C. Windows color (decimal): -10255850 or 1475171. OLE color: 1475171.
HSL color Cylindrical-coordinate representation of color #638216: hue angle of 77.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #638216 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 22 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.49 |
| HSL | 77.22º | 0.71% | 0.3% | - |
| HSV(B) | 77.22º | 0.83% | 0.51% | - |
| XYZ | 13.27 | 18.68 | 3.66 | - |
| YUV | 108.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 22 | 0.24 | 0 | 0.83 | 0.49 | 77.22 | 0.71 | 0.3 |
| Hex | 63 | 82 | 16 | 18 | 0 | 53 | 31 | 4D | 47 | 1E |
| Octal | 143 | 202 | 26 | 30 | 0 | 123 | 61 | 115 | 107 | 36 |
| Binary | 1100011 | 10000010 | 10110 | 11000 | 0 | 1010011 | 110001 | 1001101 | 1000111 | 11110 |
Color Harmonies of #638216
Complementary color
Monochromatic Colors of #638216
Black with #638216
Text Example
Text Example
White with #638216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638216; }
p { color: rgb(99,130,22); }
H1.HeaderClassName
{
color: #638216;
}
.AnyTagClassName
{
color: #638216;
}
</style>
background-color css
<style>
a { background-color: #638216; }
a { background-color: rgb(99,130,22); }
div.DivClassName
{
background-color: #638216;
}
.BgClassName
{
background-color: #638216;
}
</style>
border-color css
<style>
span { border-color: #638216; }
span { border-color: rgb(99,130,22); }
td.TdClassName
{
border-color: #638216;
}
.TagClassName
{
border-color: #638216;
}
</style>