#607354

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

Shades of Axolotl #607354

Tints of Axolotl #607354

Color information

#607354 (or 0x607354) is unknown color: approx Axolotl. HEX triplet: 60, 73 and 54. RGB value is (96,115,84). Sum of RGB (Red+Green+Blue) = 96+115+84=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #607354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607354 is #9F8CAB. Grayscale: #696969. Windows color (decimal): -10456236 or 5534560. OLE color: 5534560.

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

Color convert

RGB9611584-
CMYK0.1700.270.55
HSL96.77º15.58%39.02%-
HSV(B)96.77º26.96%45.1%-
XYZ12.5515.3910.7-
YUV105.78115.71121.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=32.54%
G=38.98%
B=28.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96115840.1700.270.5596.7715.5839.02
Hex6073541101B37611027
Octal14016312421033671412047
Binary11000001110011101010010001011011110111110000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607354; }

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

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

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

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

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

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

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

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