#607055

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

Shades of Axolotl #607055

Tints of Axolotl #607055

Color information

#607055 (or 0x607055) is unknown color: approx Axolotl. HEX triplet: 60, 70 and 55. RGB value is (96,112,85). Sum of RGB (Red+Green+Blue) = 96+112+85=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #607055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607055 is #9F8FAA. Grayscale: #686868. Windows color (decimal): -10457003 or 5599328. OLE color: 5599328.

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

Color convert

RGB9611285-
CMYK0.1400.240.56
HSL95.56º13.71%38.63%-
HSV(B)95.56º24.11%43.92%-
XYZ12.2614.7310.79-
YUV104.14117.2122.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=32.76%
G=38.23%
B=29.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112850.1400.240.5695.5613.7138.63
Hex607055E0183860e27
Octal14016012516030701401647
Binary110000011100001010101111001100011100011000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607055; }

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

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

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

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

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

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

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

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