Shades of Olive Drab #639201
Tints of Olive Drab #639201
RGB
CMYK
RGB Variations
Color information
#639201 (or 0x639201) is known color: Olive Drab. HEX triplet: 63, 92 and 01. RGB value is (99,146,1). Sum of RGB (Red+Green+Blue) = 99+146+1=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #639201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639201 is #9C6DFE. Grayscale: #737373. Windows color (decimal): -10251775 or 103011. OLE color: 103011.
HSL color Cylindrical-coordinate representation of color #639201: hue angle of 79.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #639201 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.43 |
| HSL | 79.45º | 0.99% | 0.29% | - |
| HSV(B) | 79.45º | 0.99% | 0.57% | - |
| XYZ | 15.43 | 23.21 | 3.7 | - |
| YUV | 115.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 1 | 0.32 | 0 | 0.99 | 0.43 | 79.45 | 0.99 | 0.29 |
| Hex | 63 | 92 | 1 | 20 | 0 | 63 | 2B | 4F | 63 | 1D |
| Octal | 143 | 222 | 1 | 40 | 0 | 143 | 53 | 117 | 143 | 35 |
| Binary | 1100011 | 10010010 | 1 | 100000 | 0 | 1100011 | 101011 | 1001111 | 1100011 | 11101 |
Color Harmonies of #639201
Complementary color
Monochromatic Colors of #639201
Black with #639201
Text Example
Text Example
White with #639201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639201; }
p { color: rgb(99,146,1); }
H1.HeaderClassName
{
color: #639201;
}
.AnyTagClassName
{
color: #639201;
}
</style>
background-color css
<style>
a { background-color: #639201; }
a { background-color: rgb(99,146,1); }
div.DivClassName
{
background-color: #639201;
}
.BgClassName
{
background-color: #639201;
}
</style>
border-color css
<style>
span { border-color: #639201; }
span { border-color: rgb(99,146,1); }
td.TdClassName
{
border-color: #639201;
}
.TagClassName
{
border-color: #639201;
}
</style>