Shades of Axolotl #66785A
Tints of Axolotl #66785A
RGB
CMYK
RGB Variations
Color information
#66785A (or 0x66785A) is known color: Axolotl. HEX triplet: 66, 78 and 5A. RGB value is (102,120,90). Sum of RGB (Red+Green+Blue) = 102+120+90=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #66785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66785A is #9987A5. Grayscale: #6F6F6F. Windows color (decimal): -10061734 or 5929062. OLE color: 5929062.
HSL color Cylindrical-coordinate representation of color #66785A: hue angle of 96º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66785A is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 90 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.53 |
| HSL | 96º | 0.14% | 0.41% | - |
| HSV(B) | 96º | 0.25% | 0.47% | - |
| XYZ | 14.04 | 17 | 12.21 | - |
| YUV | 111.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 90 | 0.15 | 0 | 0.25 | 0.53 | 96 | 0.14 | 0.41 |
| Hex | 66 | 78 | 5A | F | 0 | 19 | 35 | 60 | E | 29 |
| Octal | 146 | 170 | 132 | 17 | 0 | 31 | 65 | 140 | 16 | 51 |
| Binary | 1100110 | 1111000 | 1011010 | 1111 | 0 | 11001 | 110101 | 1100000 | 1110 | 101001 |
Color Harmonies of #66785A
Complementary color
Monochromatic Colors of #66785A
Black with #66785A
Text Example
Text Example
White with #66785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66785A; }
p { color: rgb(102,120,90); }
H1.HeaderClassName
{
color: #66785A;
}
.AnyTagClassName
{
color: #66785A;
}
</style>
background-color css
<style>
a { background-color: #66785A; }
a { background-color: rgb(102,120,90); }
div.DivClassName
{
background-color: #66785A;
}
.BgClassName
{
background-color: #66785A;
}
</style>
border-color css
<style>
span { border-color: #66785A; }
span { border-color: rgb(102,120,90); }
td.TdClassName
{
border-color: #66785A;
}
.TagClassName
{
border-color: #66785A;
}
</style>