#657060

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

Shades of Axolotl #657060

Tints of Axolotl #657060

Color information

#657060 (or 0x657060) is unknown color: approx Axolotl. HEX triplet: 65, 70 and 60. RGB value is (101,112,96). Sum of RGB (Red+Green+Blue) = 101+112+96=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #657060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657060 is #9A8F9F. Grayscale: #6A6A6A. Windows color (decimal): -10129312 or 6320229. OLE color: 6320229.

HSL color Cylindrical-coordinate representation of color #657060: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657060 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB10111296-
CMYK0.1000.140.56
HSL101.25º7.69%40.78%-
HSV(B)101.25º14.29%43.92%-
XYZ13.2715.213.3-
YUV106.89121.86123.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=32.69%
G=36.25%
B=31.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112960.1000.140.56101.257.6940.78
Hex657060A0E3865829
Octal14516014012016701451051
Binary11001011110000110000010100111011100011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657060; }

 p { color: rgb(101,112,96); }

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

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

 a { background-color: rgb(101,112,96); }

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

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

 span { border-color: rgb(101,112,96); }

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