#607455

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

Shades of Axolotl #607455

Tints of Axolotl #607455

Color information

#607455 (or 0x607455) is unknown color: approx Axolotl. HEX triplet: 60, 74 and 55. RGB value is (96,116,85). Sum of RGB (Red+Green+Blue) = 96+116+85=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #607455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607455 is #9F8BAA. Grayscale: #6A6A6A. Windows color (decimal): -10455979 or 5600352. OLE color: 5600352.

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

Color convert

RGB9611685-
CMYK0.1700.270.55
HSL98.71º15.42%39.41%-
HSV(B)98.71º26.72%45.49%-
XYZ12.7115.6310.94-
YUV106.49115.87120.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=32.32%
G=39.06%
B=28.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116850.1700.270.5598.7115.4239.41
Hex6074551101B3763f27
Octal14016412521033671431747
Binary1100000111010010101011000101101111011111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607455; }

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

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

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

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

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

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

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

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