#607656

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

Shades of Axolotl #607656

Tints of Axolotl #607656

Color information

#607656 (or 0x607656) is unknown color: approx Axolotl. HEX triplet: 60, 76 and 56. RGB value is (96,118,86). Sum of RGB (Red+Green+Blue) = 96+118+86=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #607656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607656 is #9F89A9. Grayscale: #6B6B6B. Windows color (decimal): -10455466 or 5666400. OLE color: 5666400.

HSL color Cylindrical-coordinate representation of color #607656: hue angle of 101.25º 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 #607656 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB9611886-
CMYK0.1900.270.54
HSL101.25º15.69%40%-
HSV(B)101.25º27.12%46.27%-
XYZ12.9816.1211.23-
YUV107.77115.71119.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=32%
G=39.33%
B=28.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118860.1900.270.54101.2515.6940
Hex6076561301B36651028
Octal14016612623033661452050
Binary11000001110110101011010011011011110110110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607656; }

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

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

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

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

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

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

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

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