#66785B

Color #66785B Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #66785B

Tints of Axolotl #66785B

Color information

#66785B (or 0x66785B) is unknown color: approx Axolotl. HEX triplet: 66, 78 and 5B. RGB value is (102,120,91). Sum of RGB (Red+Green+Blue) = 102+120+91=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #66785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66785B is #9987A4. Grayscale: #6F6F6F. Windows color (decimal): -10061733 or 5994598. OLE color: 5994598.

HSL color Cylindrical-coordinate representation of color #66785B: hue angle of 97.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66785B is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB10212091-
CMYK0.1500.240.53
HSL97.24º13.74%41.37%-
HSV(B)97.24º24.17%47.06%-
XYZ14.0817.0112.44-
YUV111.31116.54121.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=32.59%
G=38.34%
B=29.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102120910.1500.240.5397.2413.7441.37
Hex66785BF0183561e29
Octal14617013317030651411651
Binary110011011110001011011111101100011010111000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66785B; }

 p { color: rgb(102,120,91); }

 H1.HeaderClassName
 {
   color: #66785B;
 }
 .AnyTagClassName
 {
   color: #66785B;
 }
</style>
background-color css

<style>
 a { background-color: #66785B; }

 a { background-color: rgb(102,120,91); }

 div.DivClassName
 {
   background-color: #66785B;
 }
 .BgClassName
 {
   background-color: #66785B;
 }
</style>
border-color css

<style>
 span { border-color: #66785B; }

 span { border-color: rgb(102,120,91); }

 td.TdClassName
 {
   border-color: #66785B;
 }
 .TagClassName
 {
   border-color: #66785B;
 }
</style>