Shades of Axolotl #66755F
Tints of Axolotl #66755F
RGB
CMYK
RGB Variations
Color information
#66755F (or 0x66755F) is known color: Axolotl. HEX triplet: 66, 75 and 5F. RGB value is (102,117,95). Sum of RGB (Red+Green+Blue) = 102+117+95=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #66755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66755F is #998AA0. Grayscale: #6E6E6E. Windows color (decimal): -10062497 or 6255974. OLE color: 6255974.
HSL color Cylindrical-coordinate representation of color #66755F: hue angle of 100.91º degrees, saturation: 0.1, 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 #66755F is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 95 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.54 |
| HSL | 100.91º | 0.1% | 0.42% | - |
| HSV(B) | 100.91º | 0.19% | 0.46% | - |
| XYZ | 13.91 | 16.37 | 13.25 | - |
| YUV | 110.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 95 | 0.13 | 0 | 0.19 | 0.54 | 100.91 | 0.1 | 0.42 |
| Hex | 66 | 75 | 5F | D | 0 | 13 | 36 | 65 | A | 2A |
| Octal | 146 | 165 | 137 | 15 | 0 | 23 | 66 | 145 | 12 | 52 |
| Binary | 1100110 | 1110101 | 1011111 | 1101 | 0 | 10011 | 110110 | 1100101 | 1010 | 101010 |
Color Harmonies of #66755F
Complementary color
Monochromatic Colors of #66755F
Black with #66755F
Text Example
Text Example
White with #66755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66755F; }
p { color: rgb(102,117,95); }
H1.HeaderClassName
{
color: #66755F;
}
.AnyTagClassName
{
color: #66755F;
}
</style>
background-color css
<style>
a { background-color: #66755F; }
a { background-color: rgb(102,117,95); }
div.DivClassName
{
background-color: #66755F;
}
.BgClassName
{
background-color: #66755F;
}
</style>
border-color css
<style>
span { border-color: #66755F; }
span { border-color: rgb(102,117,95); }
td.TdClassName
{
border-color: #66755F;
}
.TagClassName
{
border-color: #66755F;
}
</style>