Shades of Olive #637300
Tints of Olive #637300
RGB
CMYK
RGB Variations
Color information
#637300 (or 0x637300) is known color: Olive. HEX triplet: 63, 73 and 00. RGB value is (99,115,0). Sum of RGB (Red+Green+Blue) = 99+115+0=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #637300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637300 is #9C8CFF. Grayscale: #616161. Windows color (decimal): -10259712 or 29539. OLE color: 29539.
HSL color Cylindrical-coordinate representation of color #637300: hue angle of 68.35º 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 #637300 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.55 |
| HSL | 68.35º | 1% | 0.23% | - |
| HSV(B) | 68.35º | 1% | 0.45% | - |
| XYZ | 11.28 | 14.91 | 2.28 | - |
| YUV | 97.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 0 | 0.14 | 0 | 1 | 0.55 | 68.35 | 1 | 0.23 |
| Hex | 63 | 73 | 0 | E | 0 | 64 | 37 | 44 | 64 | 17 |
| Octal | 143 | 163 | 0 | 16 | 0 | 144 | 67 | 104 | 144 | 27 |
| Binary | 1100011 | 1110011 | 0 | 1110 | 0 | 1100100 | 110111 | 1000100 | 1100100 | 10111 |
Color Harmonies of #637300
Complementary color
Monochromatic Colors of #637300
Black with #637300
Text Example
Text Example
White with #637300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637300; }
p { color: rgb(99,115,0); }
H1.HeaderClassName
{
color: #637300;
}
.AnyTagClassName
{
color: #637300;
}
</style>
background-color css
<style>
a { background-color: #637300; }
a { background-color: rgb(99,115,0); }
div.DivClassName
{
background-color: #637300;
}
.BgClassName
{
background-color: #637300;
}
</style>
border-color css
<style>
span { border-color: #637300; }
span { border-color: rgb(99,115,0); }
td.TdClassName
{
border-color: #637300;
}
.TagClassName
{
border-color: #637300;
}
</style>