#607556

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

Shades of Axolotl #607556

Tints of Axolotl #607556

Color information

#607556 (or 0x607556) is unknown color: approx Axolotl. HEX triplet: 60, 75 and 56. RGB value is (96,117,86). Sum of RGB (Red+Green+Blue) = 96+117+86=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #607556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607556 is #9F8AA9. Grayscale: #6B6B6B. Windows color (decimal): -10455722 or 5666144. OLE color: 5666144.

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

Color convert

RGB9611786-
CMYK0.1800.260.54
HSL100.65º15.27%39.8%-
HSV(B)100.65º26.5%45.88%-
XYZ12.8615.8811.19-
YUV107.19116.04120.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=32.11%
G=39.13%
B=28.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96117860.1800.260.54100.6515.2739.8
Hex6075561201A3665f28
Octal14016512622032661451750
Binary1100000111010110101101001001101011011011001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607556; }

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

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

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

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

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

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

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

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