Shades of Olive Drab #639300
Tints of Olive Drab #639300
RGB
CMYK
RGB Variations
Color information
#639300 (or 0x639300) is known color: Olive Drab. HEX triplet: 63, 93 and 00. RGB value is (99,147,0). Sum of RGB (Red+Green+Blue) = 99+147+0=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #639300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639300 is #9C6CFF. Grayscale: #747474. Windows color (decimal): -10251520 or 37731. OLE color: 37731.
HSL color Cylindrical-coordinate representation of color #639300: hue angle of 79.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #639300 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 147 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.42 |
| HSL | 79.59º | 1% | 0.29% | - |
| HSV(B) | 79.59º | 1% | 0.58% | - |
| XYZ | 15.58 | 23.52 | 3.72 | - |
| YUV | 115.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 0 | 0.33 | 0 | 1 | 0.42 | 79.59 | 1 | 0.29 |
| Hex | 63 | 93 | 0 | 21 | 0 | 64 | 2A | 50 | 64 | 1D |
| Octal | 143 | 223 | 0 | 41 | 0 | 144 | 52 | 120 | 144 | 35 |
| Binary | 1100011 | 10010011 | 0 | 100001 | 0 | 1100100 | 101010 | 1010000 | 1100100 | 11101 |
Color Harmonies of #639300
Complementary color
Monochromatic Colors of #639300
Black with #639300
Text Example
Text Example
White with #639300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639300; }
p { color: rgb(99,147,0); }
H1.HeaderClassName
{
color: #639300;
}
.AnyTagClassName
{
color: #639300;
}
</style>
background-color css
<style>
a { background-color: #639300; }
a { background-color: rgb(99,147,0); }
div.DivClassName
{
background-color: #639300;
}
.BgClassName
{
background-color: #639300;
}
</style>
border-color css
<style>
span { border-color: #639300; }
span { border-color: rgb(99,147,0); }
td.TdClassName
{
border-color: #639300;
}
.TagClassName
{
border-color: #639300;
}
</style>