Shades of Olive Drab #638D1C
Tints of Olive Drab #638D1C
RGB
CMYK
RGB Variations
Color information
#638D1C (or 0x638D1C) is known color: Olive Drab. HEX triplet: 63, 8D and 1C. RGB value is (99,141,28). Sum of RGB (Red+Green+Blue) = 99+141+28=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #638D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D1C is #9C72E3. Grayscale: #737373. Windows color (decimal): -10253028 or 1871203. OLE color: 1871203.
HSL color Cylindrical-coordinate representation of color #638D1C: hue angle of 82.3º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #638D1C is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 141 | 28 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.45 |
| HSL | 82.3º | 0.67% | 0.33% | - |
| HSV(B) | 82.3º | 0.8% | 0.55% | - |
| XYZ | 14.88 | 21.79 | 4.52 | - |
| YUV | 115.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 28 | 0.30 | 0 | 0.80 | 0.45 | 82.3 | 0.67 | 0.33 |
| Hex | 63 | 8D | 1C | 1E | 0 | 50 | 2D | 52 | 43 | 21 |
| Octal | 143 | 215 | 34 | 36 | 0 | 120 | 55 | 122 | 103 | 41 |
| Binary | 1100011 | 10001101 | 11100 | 11110 | 0 | 1010000 | 101101 | 1010010 | 1000011 | 100001 |
Color Harmonies of #638D1C
Complementary color
Monochromatic Colors of #638D1C
Black with #638D1C
Text Example
Text Example
White with #638D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D1C; }
p { color: rgb(99,141,28); }
H1.HeaderClassName
{
color: #638D1C;
}
.AnyTagClassName
{
color: #638D1C;
}
</style>
background-color css
<style>
a { background-color: #638D1C; }
a { background-color: rgb(99,141,28); }
div.DivClassName
{
background-color: #638D1C;
}
.BgClassName
{
background-color: #638D1C;
}
</style>
border-color css
<style>
span { border-color: #638D1C; }
span { border-color: rgb(99,141,28); }
td.TdClassName
{
border-color: #638D1C;
}
.TagClassName
{
border-color: #638D1C;
}
</style>