Shades of Olive Drab #63980A
Tints of Olive Drab #63980A
RGB
CMYK
RGB Variations
Color information
#63980A (or 0x63980A) is known color: Olive Drab. HEX triplet: 63, 98 and 0A. RGB value is (99,152,10). Sum of RGB (Red+Green+Blue) = 99+152+10=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #63980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63980A is #9C67F5. Grayscale: #787878. Windows color (decimal): -10250230 or 694371. OLE color: 694371.
HSL color Cylindrical-coordinate representation of color #63980A: hue angle of 82.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63980A is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 10 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.40 |
| HSL | 82.39º | 0.88% | 0.32% | - |
| HSV(B) | 82.39º | 0.93% | 0.6% | - |
| XYZ | 16.43 | 25.13 | 4.27 | - |
| YUV | 119.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 10 | 0.35 | 0 | 0.93 | 0.40 | 82.39 | 0.88 | 0.32 |
| Hex | 63 | 98 | A | 23 | 0 | 5D | 28 | 52 | 58 | 20 |
| Octal | 143 | 230 | 12 | 43 | 0 | 135 | 50 | 122 | 130 | 40 |
| Binary | 1100011 | 10011000 | 1010 | 100011 | 0 | 1011101 | 101000 | 1010010 | 1011000 | 100000 |
Color Harmonies of #63980A
Complementary color
Monochromatic Colors of #63980A
Black with #63980A
Text Example
Text Example
White with #63980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63980A; }
p { color: rgb(99,152,10); }
H1.HeaderClassName
{
color: #63980A;
}
.AnyTagClassName
{
color: #63980A;
}
</style>
background-color css
<style>
a { background-color: #63980A; }
a { background-color: rgb(99,152,10); }
div.DivClassName
{
background-color: #63980A;
}
.BgClassName
{
background-color: #63980A;
}
</style>
border-color css
<style>
span { border-color: #63980A; }
span { border-color: rgb(99,152,10); }
td.TdClassName
{
border-color: #63980A;
}
.TagClassName
{
border-color: #63980A;
}
</style>