Shades of Olive Drab #63941A
Tints of Olive Drab #63941A
RGB
CMYK
RGB Variations
Color information
#63941A (or 0x63941A) is known color: Olive Drab. HEX triplet: 63, 94 and 1A. RGB value is (99,148,26). Sum of RGB (Red+Green+Blue) = 99+148+26=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #63941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63941A is #9C6BE5. Grayscale: #777777. Windows color (decimal): -10251238 or 1741923. OLE color: 1741923.
HSL color Cylindrical-coordinate representation of color #63941A: hue angle of 84.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63941A is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 148 | 26 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.42 |
| HSL | 84.1º | 0.7% | 0.34% | - |
| HSV(B) | 84.1º | 0.82% | 0.58% | - |
| XYZ | 15.92 | 23.91 | 4.75 | - |
| YUV | 119.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 26 | 0.33 | 0 | 0.82 | 0.42 | 84.1 | 0.7 | 0.34 |
| Hex | 63 | 94 | 1A | 21 | 0 | 52 | 2A | 54 | 46 | 22 |
| Octal | 143 | 224 | 32 | 41 | 0 | 122 | 52 | 124 | 106 | 42 |
| Binary | 1100011 | 10010100 | 11010 | 100001 | 0 | 1010010 | 101010 | 1010100 | 1000110 | 100010 |
Color Harmonies of #63941A
Complementary color
Monochromatic Colors of #63941A
Black with #63941A
Text Example
Text Example
White with #63941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63941A; }
p { color: rgb(99,148,26); }
H1.HeaderClassName
{
color: #63941A;
}
.AnyTagClassName
{
color: #63941A;
}
</style>
background-color css
<style>
a { background-color: #63941A; }
a { background-color: rgb(99,148,26); }
div.DivClassName
{
background-color: #63941A;
}
.BgClassName
{
background-color: #63941A;
}
</style>
border-color css
<style>
span { border-color: #63941A; }
span { border-color: rgb(99,148,26); }
td.TdClassName
{
border-color: #63941A;
}
.TagClassName
{
border-color: #63941A;
}
</style>