Shades of Axolotl #66765F
Tints of Axolotl #66765F
RGB
CMYK
RGB Variations
Color information
#66765F (or 0x66765F) is known color: Axolotl. HEX triplet: 66, 76 and 5F. RGB value is (102,118,95). Sum of RGB (Red+Green+Blue) = 102+118+95=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #66765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66765F is #9989A0. Grayscale: #6E6E6E. Windows color (decimal): -10062241 or 6256230. OLE color: 6256230.
HSL color Cylindrical-coordinate representation of color #66765F: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66765F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 95 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.54 |
| HSL | 101.74º | 0.11% | 0.42% | - |
| HSV(B) | 101.74º | 0.19% | 0.46% | - |
| XYZ | 14.02 | 16.61 | 13.29 | - |
| YUV | 110.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 95 | 0.14 | 0 | 0.19 | 0.54 | 101.74 | 0.11 | 0.42 |
| Hex | 66 | 76 | 5F | E | 0 | 13 | 36 | 66 | B | 2A |
| Octal | 146 | 166 | 137 | 16 | 0 | 23 | 66 | 146 | 13 | 52 |
| Binary | 1100110 | 1110110 | 1011111 | 1110 | 0 | 10011 | 110110 | 1100110 | 1011 | 101010 |
Color Harmonies of #66765F
Complementary color
Monochromatic Colors of #66765F
Black with #66765F
Text Example
Text Example
White with #66765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66765F; }
p { color: rgb(102,118,95); }
H1.HeaderClassName
{
color: #66765F;
}
.AnyTagClassName
{
color: #66765F;
}
</style>
background-color css
<style>
a { background-color: #66765F; }
a { background-color: rgb(102,118,95); }
div.DivClassName
{
background-color: #66765F;
}
.BgClassName
{
background-color: #66765F;
}
</style>
border-color css
<style>
span { border-color: #66765F; }
span { border-color: rgb(102,118,95); }
td.TdClassName
{
border-color: #66765F;
}
.TagClassName
{
border-color: #66765F;
}
</style>