#607555

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

Shades of Axolotl #607555

Tints of Axolotl #607555

Color information

#607555 (or 0x607555) is unknown color: approx Axolotl. HEX triplet: 60, 75 and 55. RGB value is (96,117,85). Sum of RGB (Red+Green+Blue) = 96+117+85=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #607555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607555 is #9F8AAA. Grayscale: #6B6B6B. Windows color (decimal): -10455723 or 5600608. OLE color: 5600608.

HSL color Cylindrical-coordinate representation of color #607555: hue angle of 99.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607555 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB9611785-
CMYK0.1800.270.54
HSL99.38º15.84%39.61%-
HSV(B)99.38º27.35%45.88%-
XYZ12.8215.8710.98-
YUV107.07115.54120.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=32.21%
G=39.26%
B=28.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117850.1800.270.5499.3815.8439.61
Hex6075551201B36631028
Octal14016512522033661432050
Binary11000001110101101010110010011011110110110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607555; }

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

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

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

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

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

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

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

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