Shades of Olive Drab #63921B
Tints of Olive Drab #63921B
RGB
CMYK
RGB Variations
Color information
#63921B (or 0x63921B) is known color: Olive Drab. HEX triplet: 63, 92 and 1B. RGB value is (99,146,27). Sum of RGB (Red+Green+Blue) = 99+146+27=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #63921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63921B is #9C6DE4. Grayscale: #767676. Windows color (decimal): -10251749 or 1806947. OLE color: 1806947.
HSL color Cylindrical-coordinate representation of color #63921B: hue angle of 83.7º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63921B is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 27 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.43 |
| HSL | 83.7º | 0.69% | 0.34% | - |
| HSV(B) | 83.7º | 0.82% | 0.57% | - |
| XYZ | 15.62 | 23.29 | 4.71 | - |
| YUV | 118.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 27 | 0.32 | 0 | 0.82 | 0.43 | 83.7 | 0.69 | 0.34 |
| Hex | 63 | 92 | 1B | 20 | 0 | 52 | 2B | 54 | 45 | 22 |
| Octal | 143 | 222 | 33 | 40 | 0 | 122 | 53 | 124 | 105 | 42 |
| Binary | 1100011 | 10010010 | 11011 | 100000 | 0 | 1010010 | 101011 | 1010100 | 1000101 | 100010 |
Color Harmonies of #63921B
Complementary color
Monochromatic Colors of #63921B
Black with #63921B
Text Example
Text Example
White with #63921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63921B; }
p { color: rgb(99,146,27); }
H1.HeaderClassName
{
color: #63921B;
}
.AnyTagClassName
{
color: #63921B;
}
</style>
background-color css
<style>
a { background-color: #63921B; }
a { background-color: rgb(99,146,27); }
div.DivClassName
{
background-color: #63921B;
}
.BgClassName
{
background-color: #63921B;
}
</style>
border-color css
<style>
span { border-color: #63921B; }
span { border-color: rgb(99,146,27); }
td.TdClassName
{
border-color: #63921B;
}
.TagClassName
{
border-color: #63921B;
}
</style>