#607652

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

Shades of Axolotl #607652

Tints of Axolotl #607652

Color information

#607652 (or 0x607652) is unknown color: approx Axolotl. HEX triplet: 60, 76 and 52. RGB value is (96,118,82). Sum of RGB (Red+Green+Blue) = 96+118+82=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #607652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607652 is #9F89AD. Grayscale: #6B6B6B. Windows color (decimal): -10455470 or 5404256. OLE color: 5404256.

HSL color Cylindrical-coordinate representation of color #607652: hue angle of 96.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607652 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB9611882-
CMYK0.1900.310.54
HSL96.67º18%39.22%-
HSV(B)96.67º30.51%46.27%-
XYZ12.8316.0510.41-
YUV107.32113.71119.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=32.43%
G=39.86%
B=27.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96118820.1900.310.5496.671839.22
Hex6076521301F36611227
Octal14016612223037661412247
Binary11000001110110101001010011011111110110110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607652; }

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

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

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

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

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

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

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

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