#607457

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

Shades of Axolotl #607457

Tints of Axolotl #607457

Color information

#607457 (or 0x607457) is unknown color: approx Axolotl. HEX triplet: 60, 74 and 57. RGB value is (96,116,87). Sum of RGB (Red+Green+Blue) = 96+116+87=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #607457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607457 is #9F8BA8. Grayscale: #6A6A6A. Windows color (decimal): -10455977 or 5731424. OLE color: 5731424.

HSL color Cylindrical-coordinate representation of color #607457: hue angle of 101.38º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607457 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB9611687-
CMYK0.1700.250.55
HSL101.38º14.29%39.8%-
HSV(B)101.38º25%45.49%-
XYZ12.7915.6711.37-
YUV106.71116.87120.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=32.11%
G=38.80%
B=29.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116870.1700.250.55101.3814.2939.8
Hex607457110193765e28
Octal14016412721031671451650
Binary1100000111010010101111000101100111011111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607457; }

 p { color: rgb(96,116,87); }

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

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

 a { background-color: rgb(96,116,87); }

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

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

 span { border-color: rgb(96,116,87); }

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