#62755A

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

Shades of Axolotl #62755A

Tints of Axolotl #62755A

Color information

#62755A (or 0x62755A) is unknown color: approx Axolotl. HEX triplet: 62, 75 and 5A. RGB value is (98,117,90). Sum of RGB (Red+Green+Blue) = 98+117+90=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #62755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62755A is #9D8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10324646 or 5928290. OLE color: 5928290.

HSL color Cylindrical-coordinate representation of color #62755A: hue angle of 102.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62755A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB9811790-
CMYK0.1600.230.54
HSL102.22º13.04%40.59%-
HSV(B)102.22º23.08%45.88%-
XYZ13.2416.0612.07-
YUV108.24117.71120.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=32.13%
G=38.36%
B=29.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117900.1600.230.54102.2213.0440.59
Hex62755A100173666d29
Octal14216513220027661461551
Binary1100010111010110110101000001011111011011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62755A; }

 p { color: rgb(98,117,90); }

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

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

 a { background-color: rgb(98,117,90); }

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

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

 span { border-color: rgb(98,117,90); }

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