Shades of Olive Drab #638414
Tints of Olive Drab #638414
RGB
CMYK
RGB Variations
Color information
#638414 (or 0x638414) is known color: Olive Drab. HEX triplet: 63, 84 and 14. RGB value is (99,132,20). Sum of RGB (Red+Green+Blue) = 99+132+20=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #638414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638414 is #9C7BEB. Grayscale: #6D6D6D. Windows color (decimal): -10255340 or 1344611. OLE color: 1344611.
HSL color Cylindrical-coordinate representation of color #638414: hue angle of 77.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #638414 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 20 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.48 |
| HSL | 77.68º | 0.74% | 0.3% | - |
| HSV(B) | 77.68º | 0.85% | 0.52% | - |
| XYZ | 13.52 | 19.21 | 3.66 | - |
| YUV | 109.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 20 | 0.25 | 0 | 0.85 | 0.48 | 77.68 | 0.74 | 0.3 |
| Hex | 63 | 84 | 14 | 19 | 0 | 55 | 30 | 4E | 4A | 1E |
| Octal | 143 | 204 | 24 | 31 | 0 | 125 | 60 | 116 | 112 | 36 |
| Binary | 1100011 | 10000100 | 10100 | 11001 | 0 | 1010101 | 110000 | 1001110 | 1001010 | 11110 |
Color Harmonies of #638414
Complementary color
Monochromatic Colors of #638414
Black with #638414
Text Example
Text Example
White with #638414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638414; }
p { color: rgb(99,132,20); }
H1.HeaderClassName
{
color: #638414;
}
.AnyTagClassName
{
color: #638414;
}
</style>
background-color css
<style>
a { background-color: #638414; }
a { background-color: rgb(99,132,20); }
div.DivClassName
{
background-color: #638414;
}
.BgClassName
{
background-color: #638414;
}
</style>
border-color css
<style>
span { border-color: #638414; }
span { border-color: rgb(99,132,20); }
td.TdClassName
{
border-color: #638414;
}
.TagClassName
{
border-color: #638414;
}
</style>