#62705A

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

Shades of Axolotl #62705A

Tints of Axolotl #62705A

Color information

#62705A (or 0x62705A) is unknown color: approx Axolotl. HEX triplet: 62, 70 and 5A. RGB value is (98,112,90). Sum of RGB (Red+Green+Blue) = 98+112+90=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #62705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62705A is #9D8FA5. Grayscale: #696969. Windows color (decimal): -10325926 or 5927010. OLE color: 5927010.

HSL color Cylindrical-coordinate representation of color #62705A: hue angle of 98.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62705A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB9811290-
CMYK0.1300.200.56
HSL98.18º10.89%39.61%-
HSV(B)98.18º19.64%43.92%-
XYZ12.6814.9211.89-
YUV105.31119.36122.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=32.67%
G=37.33%
B=30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112900.1300.200.5698.1810.8939.61
Hex62705AD0143862b28
Octal14216013215024701421350
Binary110001011100001011010110101010011100011000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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