Shades of Axolotl #66765D
Tints of Axolotl #66765D
RGB
CMYK
RGB Variations
Color information
#66765D (or 0x66765D) is known color: Axolotl. HEX triplet: 66, 76 and 5D. RGB value is (102,118,93). Sum of RGB (Red+Green+Blue) = 102+118+93=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #66765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66765D is #9989A2. Grayscale: #6E6E6E. Windows color (decimal): -10062243 or 6125158. OLE color: 6125158.
HSL color Cylindrical-coordinate representation of color #66765D: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66765D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 93 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.54 |
| HSL | 98.4º | 0.12% | 0.41% | - |
| HSV(B) | 98.4º | 0.21% | 0.46% | - |
| XYZ | 13.93 | 16.57 | 12.82 | - |
| YUV | 110.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 93 | 0.14 | 0 | 0.21 | 0.54 | 98.4 | 0.12 | 0.41 |
| Hex | 66 | 76 | 5D | E | 0 | 15 | 36 | 62 | C | 29 |
| Octal | 146 | 166 | 135 | 16 | 0 | 25 | 66 | 142 | 14 | 51 |
| Binary | 1100110 | 1110110 | 1011101 | 1110 | 0 | 10101 | 110110 | 1100010 | 1100 | 101001 |
Color Harmonies of #66765D
Complementary color
Monochromatic Colors of #66765D
Black with #66765D
Text Example
Text Example
White with #66765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66765D; }
p { color: rgb(102,118,93); }
H1.HeaderClassName
{
color: #66765D;
}
.AnyTagClassName
{
color: #66765D;
}
</style>
background-color css
<style>
a { background-color: #66765D; }
a { background-color: rgb(102,118,93); }
div.DivClassName
{
background-color: #66765D;
}
.BgClassName
{
background-color: #66765D;
}
</style>
border-color css
<style>
span { border-color: #66765D; }
span { border-color: rgb(102,118,93); }
td.TdClassName
{
border-color: #66765D;
}
.TagClassName
{
border-color: #66765D;
}
</style>