Shades of Olive #637B00
Tints of Olive #637B00
RGB
CMYK
RGB Variations
Color information
#637B00 (or 0x637B00) is known color: Olive. HEX triplet: 63, 7B and 00. RGB value is (99,123,0). Sum of RGB (Red+Green+Blue) = 99+123+0=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #637B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637B00 is #9C84FF. Grayscale: #666666. Windows color (decimal): -10257664 or 31587. OLE color: 31587.
HSL color Cylindrical-coordinate representation of color #637B00: hue angle of 71.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #637B00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.52 |
| HSL | 71.71º | 1% | 0.24% | - |
| HSV(B) | 71.71º | 1% | 0.48% | - |
| XYZ | 12.23 | 16.82 | 2.6 | - |
| YUV | 101.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 0 | 0.20 | 0 | 1 | 0.52 | 71.71 | 1 | 0.24 |
| Hex | 63 | 7B | 0 | 14 | 0 | 64 | 34 | 48 | 64 | 18 |
| Octal | 143 | 173 | 0 | 24 | 0 | 144 | 64 | 110 | 144 | 30 |
| Binary | 1100011 | 1111011 | 0 | 10100 | 0 | 1100100 | 110100 | 1001000 | 1100100 | 11000 |
Color Harmonies of #637B00
Complementary color
Monochromatic Colors of #637B00
Black with #637B00
Text Example
Text Example
White with #637B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B00; }
p { color: rgb(99,123,0); }
H1.HeaderClassName
{
color: #637B00;
}
.AnyTagClassName
{
color: #637B00;
}
</style>
background-color css
<style>
a { background-color: #637B00; }
a { background-color: rgb(99,123,0); }
div.DivClassName
{
background-color: #637B00;
}
.BgClassName
{
background-color: #637B00;
}
</style>
border-color css
<style>
span { border-color: #637B00; }
span { border-color: rgb(99,123,0); }
td.TdClassName
{
border-color: #637B00;
}
.TagClassName
{
border-color: #637B00;
}
</style>