Shades of Olive Drab #639118
Tints of Olive Drab #639118
RGB
CMYK
RGB Variations
Color information
#639118 (or 0x639118) is known color: Olive Drab. HEX triplet: 63, 91 and 18. RGB value is (99,145,24). Sum of RGB (Red+Green+Blue) = 99+145+24=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #639118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639118 is #9C6EE7. Grayscale: #757575. Windows color (decimal): -10252008 or 1610083. OLE color: 1610083.
HSL color Cylindrical-coordinate representation of color #639118: hue angle of 82.81º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #639118 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 24 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.43 |
| HSL | 82.81º | 0.72% | 0.33% | - |
| HSV(B) | 82.81º | 0.83% | 0.57% | - |
| XYZ | 15.44 | 22.97 | 4.48 | - |
| YUV | 117.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 24 | 0.32 | 0 | 0.83 | 0.43 | 82.81 | 0.72 | 0.33 |
| Hex | 63 | 91 | 18 | 20 | 0 | 53 | 2B | 53 | 48 | 21 |
| Octal | 143 | 221 | 30 | 40 | 0 | 123 | 53 | 123 | 110 | 41 |
| Binary | 1100011 | 10010001 | 11000 | 100000 | 0 | 1010011 | 101011 | 1010011 | 1001000 | 100001 |
Color Harmonies of #639118
Complementary color
Monochromatic Colors of #639118
Black with #639118
Text Example
Text Example
White with #639118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639118; }
p { color: rgb(99,145,24); }
H1.HeaderClassName
{
color: #639118;
}
.AnyTagClassName
{
color: #639118;
}
</style>
background-color css
<style>
a { background-color: #639118; }
a { background-color: rgb(99,145,24); }
div.DivClassName
{
background-color: #639118;
}
.BgClassName
{
background-color: #639118;
}
</style>
border-color css
<style>
span { border-color: #639118; }
span { border-color: rgb(99,145,24); }
td.TdClassName
{
border-color: #639118;
}
.TagClassName
{
border-color: #639118;
}
</style>