#607156

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

Shades of Axolotl #607156

Tints of Axolotl #607156

Color information

#607156 (or 0x607156) is unknown color: approx Axolotl. HEX triplet: 60, 71 and 56. RGB value is (96,113,86). Sum of RGB (Red+Green+Blue) = 96+113+86=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #607156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607156 is #9F8EA9. Grayscale: #686868. Windows color (decimal): -10456746 or 5665120. OLE color: 5665120.

HSL color Cylindrical-coordinate representation of color #607156: hue angle of 97.78º 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 #607156 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB9611386-
CMYK0.1500.240.56
HSL97.78º13.57%39.02%-
HSV(B)97.78º23.89%44.31%-
XYZ12.4114.9711.04-
YUV104.84117.37121.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=32.54%
G=38.31%
B=29.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113860.1500.240.5697.7813.5739.02
Hex607156F0183862e27
Octal14016112617030701421647
Binary110000011100011010110111101100011100011000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607156; }

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

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

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

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

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

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

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

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