Shades of Olive #637601
Tints of Olive #637601
RGB
CMYK
RGB Variations
Color information
#637601 (or 0x637601) is known color: Olive. HEX triplet: 63, 76 and 01. RGB value is (99,118,1). Sum of RGB (Red+Green+Blue) = 99+118+1=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #637601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637601 is #9C89FE. Grayscale: #636363. Windows color (decimal): -10258943 or 95843. OLE color: 95843.
HSL color Cylindrical-coordinate representation of color #637601: hue angle of 69.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #637601 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 118 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.54 |
| HSL | 69.74º | 0.98% | 0.23% | - |
| HSV(B) | 69.74º | 0.99% | 0.46% | - |
| XYZ | 11.63 | 15.61 | 2.43 | - |
| YUV | 98.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 1 | 0.16 | 0 | 0.99 | 0.54 | 69.74 | 0.98 | 0.23 |
| Hex | 63 | 76 | 1 | 10 | 0 | 63 | 36 | 46 | 62 | 17 |
| Octal | 143 | 166 | 1 | 20 | 0 | 143 | 66 | 106 | 142 | 27 |
| Binary | 1100011 | 1110110 | 1 | 10000 | 0 | 1100011 | 110110 | 1000110 | 1100010 | 10111 |
Color Harmonies of #637601
Complementary color
Monochromatic Colors of #637601
Black with #637601
Text Example
Text Example
White with #637601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637601; }
p { color: rgb(99,118,1); }
H1.HeaderClassName
{
color: #637601;
}
.AnyTagClassName
{
color: #637601;
}
</style>
background-color css
<style>
a { background-color: #637601; }
a { background-color: rgb(99,118,1); }
div.DivClassName
{
background-color: #637601;
}
.BgClassName
{
background-color: #637601;
}
</style>
border-color css
<style>
span { border-color: #637601; }
span { border-color: rgb(99,118,1); }
td.TdClassName
{
border-color: #637601;
}
.TagClassName
{
border-color: #637601;
}
</style>