#62765A

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

Shades of Axolotl #62765A

Tints of Axolotl #62765A

Color information

#62765A (or 0x62765A) is unknown color: approx Axolotl. HEX triplet: 62, 76 and 5A. RGB value is (98,118,90). Sum of RGB (Red+Green+Blue) = 98+118+90=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #62765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62765A is #9D89A5. Grayscale: #6C6C6C. Windows color (decimal): -10324390 or 5928546. OLE color: 5928546.

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

Color convert

RGB9811890-
CMYK0.1700.240.54
HSL102.86º13.46%40.78%-
HSV(B)102.86º23.73%46.27%-
XYZ13.3616.2912.11-
YUV108.83117.37120.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=32.03%
G=38.56%
B=29.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98118900.1700.240.54102.8613.4640.78
Hex62765A110183667d29
Octal14216613221030661471551
Binary1100010111011010110101000101100011011011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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