#627B56

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

Shades of Axolotl #627B56

Tints of Axolotl #627B56

Color information

#627B56 (or 0x627B56) is unknown color: approx Axolotl. HEX triplet: 62, 7B and 56. RGB value is (98,123,86). Sum of RGB (Red+Green+Blue) = 98+123+86=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #627B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B56 is #9D84A9. Grayscale: #6F6F6F. Windows color (decimal): -10323114 or 5667682. OLE color: 5667682.

HSL color Cylindrical-coordinate representation of color #627B56: hue angle of 100.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627B56 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB9812386-
CMYK0.2000.300.52
HSL100.54º17.7%40.98%-
HSV(B)100.54º30.08%48.24%-
XYZ13.817.4311.44-
YUV111.31113.72118.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=31.92%
G=40.07%
B=28.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98123860.2000.300.52100.5417.740.98
Hex627B561401E34651229
Octal14217312624036641452251
Binary11000101111011101011010100011110110100110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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