Shades of Olive Drab #638E0D
Tints of Olive Drab #638E0D
RGB
CMYK
RGB Variations
Color information
#638E0D (or 0x638E0D) is known color: Olive Drab. HEX triplet: 63, 8E and 0D. RGB value is (99,142,13). Sum of RGB (Red+Green+Blue) = 99+142+13=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #638E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E0D is #9C71F2. Grayscale: #727272. Windows color (decimal): -10252787 or 888419. OLE color: 888419.
HSL color Cylindrical-coordinate representation of color #638E0D: hue angle of 80º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #638E0D is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 142 | 13 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.44 |
| HSL | 80º | 0.83% | 0.3% | - |
| HSV(B) | 80º | 0.91% | 0.56% | - |
| XYZ | 14.89 | 22.03 | 3.85 | - |
| YUV | 114.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 13 | 0.30 | 0 | 0.91 | 0.44 | 80 | 0.83 | 0.3 |
| Hex | 63 | 8E | D | 1E | 0 | 5B | 2C | 50 | 53 | 1E |
| Octal | 143 | 216 | 15 | 36 | 0 | 133 | 54 | 120 | 123 | 36 |
| Binary | 1100011 | 10001110 | 1101 | 11110 | 0 | 1011011 | 101100 | 1010000 | 1010011 | 11110 |
Color Harmonies of #638E0D
Complementary color
Monochromatic Colors of #638E0D
Black with #638E0D
Text Example
Text Example
White with #638E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638E0D; }
p { color: rgb(99,142,13); }
H1.HeaderClassName
{
color: #638E0D;
}
.AnyTagClassName
{
color: #638E0D;
}
</style>
background-color css
<style>
a { background-color: #638E0D; }
a { background-color: rgb(99,142,13); }
div.DivClassName
{
background-color: #638E0D;
}
.BgClassName
{
background-color: #638E0D;
}
</style>
border-color css
<style>
span { border-color: #638E0D; }
span { border-color: rgb(99,142,13); }
td.TdClassName
{
border-color: #638E0D;
}
.TagClassName
{
border-color: #638E0D;
}
</style>