#607456

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

Shades of Axolotl #607456

Tints of Axolotl #607456

Color information

#607456 (or 0x607456) is unknown color: approx Axolotl. HEX triplet: 60, 74 and 56. RGB value is (96,116,86). Sum of RGB (Red+Green+Blue) = 96+116+86=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #607456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607456 is #9F8BA9. Grayscale: #6A6A6A. Windows color (decimal): -10455978 or 5665888. OLE color: 5665888.

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

Color convert

RGB9611686-
CMYK0.1700.260.55
HSL100º14.85%39.61%-
HSV(B)100º25.86%45.49%-
XYZ12.7515.6511.15-
YUV106.6116.37120.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=32.21%
G=38.93%
B=28.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116860.1700.260.5510014.8539.61
Hex6074561101A3764f28
Octal14016412621032671441750
Binary1100000111010010101101000101101011011111001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607456; }

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

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

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

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

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

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

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

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