Shades of Olive #637600
Tints of Olive #637600
RGB
CMYK
RGB Variations
Color information
#637600 (or 0x637600) is known color: Olive. HEX triplet: 63, 76 and 00. RGB value is (99,118,0). Sum of RGB (Red+Green+Blue) = 99+118+0=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #637600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637600 is #9C89FF. Grayscale: #636363. Windows color (decimal): -10258944 or 30307. OLE color: 30307.
HSL color Cylindrical-coordinate representation of color #637600: hue angle of 69.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #637600 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 118 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.54 |
| HSL | 69.66º | 1% | 0.23% | - |
| HSV(B) | 69.66º | 1% | 0.46% | - |
| XYZ | 11.62 | 15.61 | 2.4 | - |
| YUV | 98.87 | 72.21 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 0 | 0.16 | 0 | 1 | 0.54 | 69.66 | 1 | 0.23 |
| Hex | 63 | 76 | 0 | 10 | 0 | 64 | 36 | 46 | 64 | 17 |
| Octal | 143 | 166 | 0 | 20 | 0 | 144 | 66 | 106 | 144 | 27 |
| Binary | 1100011 | 1110110 | 0 | 10000 | 0 | 1100100 | 110110 | 1000110 | 1100100 | 10111 |
Color Harmonies of #637600
Complementary color
Monochromatic Colors of #637600
Black with #637600
Text Example
Text Example
White with #637600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637600; }
p { color: rgb(99,118,0); }
H1.HeaderClassName
{
color: #637600;
}
.AnyTagClassName
{
color: #637600;
}
</style>
background-color css
<style>
a { background-color: #637600; }
a { background-color: rgb(99,118,0); }
div.DivClassName
{
background-color: #637600;
}
.BgClassName
{
background-color: #637600;
}
</style>
border-color css
<style>
span { border-color: #637600; }
span { border-color: rgb(99,118,0); }
td.TdClassName
{
border-color: #637600;
}
.TagClassName
{
border-color: #637600;
}
</style>