#627C56

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

Shades of Axolotl #627C56

Tints of Axolotl #627C56

Color information

#627C56 (or 0x627C56) is unknown color: approx Axolotl. HEX triplet: 62, 7C and 56. RGB value is (98,124,86). Sum of RGB (Red+Green+Blue) = 98+124+86=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #627C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C56 is #9D83A9. Grayscale: #707070. Windows color (decimal): -10322858 or 5667938. OLE color: 5667938.

HSL color Cylindrical-coordinate representation of color #627C56: hue angle of 101.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627C56 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB9812486-
CMYK0.2100.310.51
HSL101.05º18.1%41.18%-
HSV(B)101.05º30.65%48.63%-
XYZ13.9217.6811.48-
YUV111.89113.39118.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=31.82%
G=40.26%
B=27.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98124860.2100.310.51101.0518.141.18
Hex627C561501F33651229
Octal14217412625037631452251
Binary11000101111100101011010101011111110011110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627C56; }

 p { color: rgb(98,124,86); }

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

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

 a { background-color: rgb(98,124,86); }

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

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

 span { border-color: rgb(98,124,86); }

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