Shades of Mineral Green #636A64
Tints of Mineral Green #636A64
RGB
CMYK
RGB Variations
Color information
#636A64 (or 0x636A64) is known color: Mineral Green. HEX triplet: 63, 6A and 64. RGB value is (99,106,100). Sum of RGB (Red+Green+Blue) = 99+106+100=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 106 - color contains mainly: green. Hex color #636A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A64 is #9C959B. Grayscale: #676767. Windows color (decimal): -10261916 or 6580835. OLE color: 6580835.
HSL color Cylindrical-coordinate representation of color #636A64: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #636A64 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 100 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.58 |
| HSL | 128.57º | 0.03% | 0.4% | - |
| HSV(B) | 128.57º | 0.07% | 0.42% | - |
| XYZ | 12.6 | 13.88 | 14.07 | - |
| YUV | 103.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 100 | 0.07 | 0 | 0.06 | 0.58 | 128.57 | 0.03 | 0.4 |
| Hex | 63 | 6A | 64 | 7 | 0 | 6 | 3A | 81 | 3 | 28 |
| Octal | 143 | 152 | 144 | 7 | 0 | 6 | 72 | 201 | 3 | 50 |
| Binary | 1100011 | 1101010 | 1100100 | 111 | 0 | 110 | 111010 | 10000001 | 11 | 101000 |
Color Harmonies of #636A64
Complementary color
Monochromatic Colors of #636A64
Black with #636A64
Text Example
Text Example
White with #636A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A64; }
p { color: rgb(99,106,100); }
H1.HeaderClassName
{
color: #636A64;
}
.AnyTagClassName
{
color: #636A64;
}
</style>
background-color css
<style>
a { background-color: #636A64; }
a { background-color: rgb(99,106,100); }
div.DivClassName
{
background-color: #636A64;
}
.BgClassName
{
background-color: #636A64;
}
</style>
border-color css
<style>
span { border-color: #636A64; }
span { border-color: rgb(99,106,100); }
td.TdClassName
{
border-color: #636A64;
}
.TagClassName
{
border-color: #636A64;
}
</style>