Shades of Olive #637900
Tints of Olive #637900
RGB
CMYK
RGB Variations
Color information
#637900 (or 0x637900) is known color: Olive. HEX triplet: 63, 79 and 00. RGB value is (99,121,0). Sum of RGB (Red+Green+Blue) = 99+121+0=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #637900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637900 is #9C86FF. Grayscale: #656565. Windows color (decimal): -10258176 or 31075. OLE color: 31075.
HSL color Cylindrical-coordinate representation of color #637900: hue angle of 70.91º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #637900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 121 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.53 |
| HSL | 70.91º | 1% | 0.24% | - |
| HSV(B) | 70.91º | 1% | 0.47% | - |
| XYZ | 11.98 | 16.33 | 2.52 | - |
| YUV | 100.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 0 | 0.18 | 0 | 1 | 0.53 | 70.91 | 1 | 0.24 |
| Hex | 63 | 79 | 0 | 12 | 0 | 64 | 35 | 47 | 64 | 18 |
| Octal | 143 | 171 | 0 | 22 | 0 | 144 | 65 | 107 | 144 | 30 |
| Binary | 1100011 | 1111001 | 0 | 10010 | 0 | 1100100 | 110101 | 1000111 | 1100100 | 11000 |
Color Harmonies of #637900
Complementary color
Monochromatic Colors of #637900
Black with #637900
Text Example
Text Example
White with #637900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637900; }
p { color: rgb(99,121,0); }
H1.HeaderClassName
{
color: #637900;
}
.AnyTagClassName
{
color: #637900;
}
</style>
background-color css
<style>
a { background-color: #637900; }
a { background-color: rgb(99,121,0); }
div.DivClassName
{
background-color: #637900;
}
.BgClassName
{
background-color: #637900;
}
</style>
border-color css
<style>
span { border-color: #637900; }
span { border-color: rgb(99,121,0); }
td.TdClassName
{
border-color: #637900;
}
.TagClassName
{
border-color: #637900;
}
</style>