#627755

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

Shades of Axolotl #627755

Tints of Axolotl #627755

Color information

#627755 (or 0x627755) is unknown color: approx Axolotl. HEX triplet: 62, 77 and 55. RGB value is (98,119,85). Sum of RGB (Red+Green+Blue) = 98+119+85=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #627755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627755 is #9D88AA. Grayscale: #6C6C6C. Windows color (decimal): -10324139 or 5601122. OLE color: 5601122.

HSL color Cylindrical-coordinate representation of color #627755: hue angle of 97.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #627755 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB9811985-
CMYK0.1800.290.53
HSL97.06º16.67%40%-
HSV(B)97.06º28.57%46.67%-
XYZ13.2716.4511.07-
YUV108.84114.54120.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=32.45%
G=39.40%
B=28.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98119850.1800.290.5397.0616.6740
Hex6277551201D35611128
Octal14216712522035651412150
Binary11000101110111101010110010011101110101110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627755; }

 p { color: rgb(98,119,85); }

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

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

 a { background-color: rgb(98,119,85); }

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

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

 span { border-color: rgb(98,119,85); }

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