Shades of Olive Drab #63901B
Tints of Olive Drab #63901B
RGB
CMYK
RGB Variations
Color information
#63901B (or 0x63901B) is known color: Olive Drab. HEX triplet: 63, 90 and 1B. RGB value is (99,144,27). Sum of RGB (Red+Green+Blue) = 99+144+27=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #63901B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63901B is #9C6FE4. Grayscale: #757575. Windows color (decimal): -10252261 or 1806435. OLE color: 1806435.
HSL color Cylindrical-coordinate representation of color #63901B: hue angle of 83.08º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63901B is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 144 | 27 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.44 |
| HSL | 83.08º | 0.68% | 0.34% | - |
| HSV(B) | 83.08º | 0.81% | 0.56% | - |
| XYZ | 15.32 | 22.68 | 4.61 | - |
| YUV | 117.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 27 | 0.31 | 0 | 0.81 | 0.44 | 83.08 | 0.68 | 0.34 |
| Hex | 63 | 90 | 1B | 1F | 0 | 51 | 2C | 53 | 44 | 22 |
| Octal | 143 | 220 | 33 | 37 | 0 | 121 | 54 | 123 | 104 | 42 |
| Binary | 1100011 | 10010000 | 11011 | 11111 | 0 | 1010001 | 101100 | 1010011 | 1000100 | 100010 |
Color Harmonies of #63901B
Complementary color
Monochromatic Colors of #63901B
Black with #63901B
Text Example
Text Example
White with #63901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63901B; }
p { color: rgb(99,144,27); }
H1.HeaderClassName
{
color: #63901B;
}
.AnyTagClassName
{
color: #63901B;
}
</style>
background-color css
<style>
a { background-color: #63901B; }
a { background-color: rgb(99,144,27); }
div.DivClassName
{
background-color: #63901B;
}
.BgClassName
{
background-color: #63901B;
}
</style>
border-color css
<style>
span { border-color: #63901B; }
span { border-color: rgb(99,144,27); }
td.TdClassName
{
border-color: #63901B;
}
.TagClassName
{
border-color: #63901B;
}
</style>