Shades of Olive Drab #639000
Tints of Olive Drab #639000
RGB
CMYK
RGB Variations
Color information
#639000 (or 0x639000) is known color: Olive Drab. HEX triplet: 63, 90 and 00. RGB value is (99,144,0). Sum of RGB (Red+Green+Blue) = 99+144+0=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #639000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639000 is #9C6FFF. Grayscale: #727272. Windows color (decimal): -10252288 or 36963. OLE color: 36963.
HSL color Cylindrical-coordinate representation of color #639000: hue angle of 78.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #639000 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.44 |
| HSL | 78.75º | 1% | 0.28% | - |
| HSV(B) | 78.75º | 1% | 0.56% | - |
| XYZ | 15.12 | 22.6 | 3.57 | - |
| YUV | 114.13 | 63.59 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 0 | 0.31 | 0 | 1 | 0.44 | 78.75 | 1 | 0.28 |
| Hex | 63 | 90 | 0 | 1F | 0 | 64 | 2C | 4F | 64 | 1C |
| Octal | 143 | 220 | 0 | 37 | 0 | 144 | 54 | 117 | 144 | 34 |
| Binary | 1100011 | 10010000 | 0 | 11111 | 0 | 1100100 | 101100 | 1001111 | 1100100 | 11100 |
Color Harmonies of #639000
Complementary color
Monochromatic Colors of #639000
Black with #639000
Text Example
Text Example
White with #639000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639000; }
p { color: rgb(99,144,0); }
H1.HeaderClassName
{
color: #639000;
}
.AnyTagClassName
{
color: #639000;
}
</style>
background-color css
<style>
a { background-color: #639000; }
a { background-color: rgb(99,144,0); }
div.DivClassName
{
background-color: #639000;
}
.BgClassName
{
background-color: #639000;
}
</style>
border-color css
<style>
span { border-color: #639000; }
span { border-color: rgb(99,144,0); }
td.TdClassName
{
border-color: #639000;
}
.TagClassName
{
border-color: #639000;
}
</style>