Shades of Olive Drab #63841A
Tints of Olive Drab #63841A
RGB
CMYK
RGB Variations
Color information
#63841A (or 0x63841A) is known color: Olive Drab. HEX triplet: 63, 84 and 1A. RGB value is (99,132,26). Sum of RGB (Red+Green+Blue) = 99+132+26=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #63841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63841A is #9C7BE5. Grayscale: #6E6E6E. Windows color (decimal): -10255334 or 1737827. OLE color: 1737827.
HSL color Cylindrical-coordinate representation of color #63841A: hue angle of 78.68º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63841A is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 26 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.48 |
| HSL | 78.68º | 0.67% | 0.31% | - |
| HSV(B) | 78.68º | 0.8% | 0.52% | - |
| XYZ | 13.58 | 19.23 | 3.97 | - |
| YUV | 110.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 26 | 0.25 | 0 | 0.80 | 0.48 | 78.68 | 0.67 | 0.31 |
| Hex | 63 | 84 | 1A | 19 | 0 | 50 | 30 | 4F | 43 | 1F |
| Octal | 143 | 204 | 32 | 31 | 0 | 120 | 60 | 117 | 103 | 37 |
| Binary | 1100011 | 10000100 | 11010 | 11001 | 0 | 1010000 | 110000 | 1001111 | 1000011 | 11111 |
Color Harmonies of #63841A
Complementary color
Monochromatic Colors of #63841A
Black with #63841A
Text Example
Text Example
White with #63841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63841A; }
p { color: rgb(99,132,26); }
H1.HeaderClassName
{
color: #63841A;
}
.AnyTagClassName
{
color: #63841A;
}
</style>
background-color css
<style>
a { background-color: #63841A; }
a { background-color: rgb(99,132,26); }
div.DivClassName
{
background-color: #63841A;
}
.BgClassName
{
background-color: #63841A;
}
</style>
border-color css
<style>
span { border-color: #63841A; }
span { border-color: rgb(99,132,26); }
td.TdClassName
{
border-color: #63841A;
}
.TagClassName
{
border-color: #63841A;
}
</style>