Shades of Axolotl #66785D
Tints of Axolotl #66785D
RGB
CMYK
RGB Variations
Color information
#66785D (or 0x66785D) is known color: Axolotl. HEX triplet: 66, 78 and 5D. RGB value is (102,120,93). Sum of RGB (Red+Green+Blue) = 102+120+93=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #66785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66785D is #9987A2. Grayscale: #6F6F6F. Windows color (decimal): -10061731 or 6125670. OLE color: 6125670.
HSL color Cylindrical-coordinate representation of color #66785D: hue angle of 100º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66785D is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 93 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.53 |
| HSL | 100º | 0.13% | 0.42% | - |
| HSV(B) | 100º | 0.23% | 0.47% | - |
| XYZ | 14.17 | 17.05 | 12.9 | - |
| YUV | 111.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 93 | 0.15 | 0 | 0.22 | 0.53 | 100 | 0.13 | 0.42 |
| Hex | 66 | 78 | 5D | F | 0 | 16 | 35 | 64 | D | 2A |
| Octal | 146 | 170 | 135 | 17 | 0 | 26 | 65 | 144 | 15 | 52 |
| Binary | 1100110 | 1111000 | 1011101 | 1111 | 0 | 10110 | 110101 | 1100100 | 1101 | 101010 |
Color Harmonies of #66785D
Complementary color
Monochromatic Colors of #66785D
Black with #66785D
Text Example
Text Example
White with #66785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66785D; }
p { color: rgb(102,120,93); }
H1.HeaderClassName
{
color: #66785D;
}
.AnyTagClassName
{
color: #66785D;
}
</style>
background-color css
<style>
a { background-color: #66785D; }
a { background-color: rgb(102,120,93); }
div.DivClassName
{
background-color: #66785D;
}
.BgClassName
{
background-color: #66785D;
}
</style>
border-color css
<style>
span { border-color: #66785D; }
span { border-color: rgb(102,120,93); }
td.TdClassName
{
border-color: #66785D;
}
.TagClassName
{
border-color: #66785D;
}
</style>