Shades of Olive Drab #639501
Tints of Olive Drab #639501
RGB
CMYK
RGB Variations
Color information
#639501 (or 0x639501) is known color: Olive Drab. HEX triplet: 63, 95 and 01. RGB value is (99,149,1). Sum of RGB (Red+Green+Blue) = 99+149+1=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #639501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639501 is #9C6AFE. Grayscale: #757575. Windows color (decimal): -10251007 or 103779. OLE color: 103779.
HSL color Cylindrical-coordinate representation of color #639501: hue angle of 80.27º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #639501 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.42 |
| HSL | 80.27º | 0.99% | 0.29% | - |
| HSV(B) | 80.27º | 0.99% | 0.58% | - |
| XYZ | 15.9 | 24.15 | 3.85 | - |
| YUV | 117.18 | 62.44 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 1 | 0.34 | 0 | 0.99 | 0.42 | 80.27 | 0.99 | 0.29 |
| Hex | 63 | 95 | 1 | 22 | 0 | 63 | 2A | 50 | 63 | 1D |
| Octal | 143 | 225 | 1 | 42 | 0 | 143 | 52 | 120 | 143 | 35 |
| Binary | 1100011 | 10010101 | 1 | 100010 | 0 | 1100011 | 101010 | 1010000 | 1100011 | 11101 |
Color Harmonies of #639501
Complementary color
Monochromatic Colors of #639501
Black with #639501
Text Example
Text Example
White with #639501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639501; }
p { color: rgb(99,149,1); }
H1.HeaderClassName
{
color: #639501;
}
.AnyTagClassName
{
color: #639501;
}
</style>
background-color css
<style>
a { background-color: #639501; }
a { background-color: rgb(99,149,1); }
div.DivClassName
{
background-color: #639501;
}
.BgClassName
{
background-color: #639501;
}
</style>
border-color css
<style>
span { border-color: #639501; }
span { border-color: rgb(99,149,1); }
td.TdClassName
{
border-color: #639501;
}
.TagClassName
{
border-color: #639501;
}
</style>