Shades of Olive #637400
Tints of Olive #637400
RGB
CMYK
RGB Variations
Color information
#637400 (or 0x637400) is known color: Olive. HEX triplet: 63, 74 and 00. RGB value is (99,116,0). Sum of RGB (Red+Green+Blue) = 99+116+0=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #637400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637400 is #9C8BFF. Grayscale: #626262. Windows color (decimal): -10259456 or 29795. OLE color: 29795.
HSL color Cylindrical-coordinate representation of color #637400: hue angle of 68.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #637400 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 116 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.55 |
| HSL | 68.79º | 1% | 0.23% | - |
| HSV(B) | 68.79º | 1% | 0.45% | - |
| XYZ | 11.39 | 15.14 | 2.32 | - |
| YUV | 97.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 0 | 0.15 | 0 | 1 | 0.55 | 68.79 | 1 | 0.23 |
| Hex | 63 | 74 | 0 | F | 0 | 64 | 37 | 45 | 64 | 17 |
| Octal | 143 | 164 | 0 | 17 | 0 | 144 | 67 | 105 | 144 | 27 |
| Binary | 1100011 | 1110100 | 0 | 1111 | 0 | 1100100 | 110111 | 1000101 | 1100100 | 10111 |
Color Harmonies of #637400
Complementary color
Monochromatic Colors of #637400
Black with #637400
Text Example
Text Example
White with #637400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637400; }
p { color: rgb(99,116,0); }
H1.HeaderClassName
{
color: #637400;
}
.AnyTagClassName
{
color: #637400;
}
</style>
background-color css
<style>
a { background-color: #637400; }
a { background-color: rgb(99,116,0); }
div.DivClassName
{
background-color: #637400;
}
.BgClassName
{
background-color: #637400;
}
</style>
border-color css
<style>
span { border-color: #637400; }
span { border-color: rgb(99,116,0); }
td.TdClassName
{
border-color: #637400;
}
.TagClassName
{
border-color: #637400;
}
</style>