#607355

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

Shades of Axolotl #607355

Tints of Axolotl #607355

Color information

#607355 (or 0x607355) is unknown color: approx Axolotl. HEX triplet: 60, 73 and 55. RGB value is (96,115,85). Sum of RGB (Red+Green+Blue) = 96+115+85=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #607355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607355 is #9F8CAA. Grayscale: #696969. Windows color (decimal): -10456235 or 5600096. OLE color: 5600096.

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

Color convert

RGB9611585-
CMYK0.1700.260.55
HSL98º15%39.22%-
HSV(B)98º26.09%45.1%-
XYZ12.5915.410.9-
YUV105.9116.21120.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=32.43%
G=38.85%
B=28.72%

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
Decimal96115850.1700.260.55981539.22
Hex6073551101A3762f27
Octal14016312521032671421747
Binary1100000111001110101011000101101011011111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607355; }

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

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

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

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

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

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

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

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