Shades of Axolotl #66785F
Tints of Axolotl #66785F
RGB
CMYK
RGB Variations
Color information
#66785F (or 0x66785F) is known color: Axolotl. HEX triplet: 66, 78 and 5F. RGB value is (102,120,95). Sum of RGB (Red+Green+Blue) = 102+120+95=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #66785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66785F is #9987A0. Grayscale: #6F6F6F. Windows color (decimal): -10061729 or 6256742. OLE color: 6256742.
HSL color Cylindrical-coordinate representation of color #66785F: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66785F is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 95 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.53 |
| HSL | 103.2º | 0.12% | 0.42% | - |
| HSV(B) | 103.2º | 0.21% | 0.47% | - |
| XYZ | 14.26 | 17.08 | 13.37 | - |
| YUV | 111.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 95 | 0.15 | 0 | 0.21 | 0.53 | 103.2 | 0.12 | 0.42 |
| Hex | 66 | 78 | 5F | F | 0 | 15 | 35 | 67 | C | 2A |
| Octal | 146 | 170 | 137 | 17 | 0 | 25 | 65 | 147 | 14 | 52 |
| Binary | 1100110 | 1111000 | 1011111 | 1111 | 0 | 10101 | 110101 | 1100111 | 1100 | 101010 |
Color Harmonies of #66785F
Complementary color
Monochromatic Colors of #66785F
Black with #66785F
Text Example
Text Example
White with #66785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66785F; }
p { color: rgb(102,120,95); }
H1.HeaderClassName
{
color: #66785F;
}
.AnyTagClassName
{
color: #66785F;
}
</style>
background-color css
<style>
a { background-color: #66785F; }
a { background-color: rgb(102,120,95); }
div.DivClassName
{
background-color: #66785F;
}
.BgClassName
{
background-color: #66785F;
}
</style>
border-color css
<style>
span { border-color: #66785F; }
span { border-color: rgb(102,120,95); }
td.TdClassName
{
border-color: #66785F;
}
.TagClassName
{
border-color: #66785F;
}
</style>