Html Css Color HEX #627A57 Axolotl

📋 copy color: '#627A57'

red 98 ◦ green 122 ◦ blue 87

#627A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #627A57

Tints of Axolotl #627A57

RGB

 RED value IS 98 (38.67% from 255) = 31.92%

 GREEN value IS 122 (48.05% from 255) = 39.74%

 BLUE value IS 87 (34.38% from 255) = 28.34%

R = 31.92%
G = 39.74%
B = 28.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#627A57 (or 0x627A57) is known color: Axolotl. HEX triplet: 62, 7A and 57. RGB value is (98,122,87). Sum of RGB (Red+Green+Blue) = 98+122+87=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #627A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A57 is #9D85A8. Grayscale: #6E6E6E. Windows color (decimal): -10323369 or 5732962. OLE color: 5732962.

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

Color convert

RGB 98 122 87 -
CMYK 0.20 0 0.29 0.52
HSL 101.14º 0.17% 0.41% -
HSV(B) 101.14º 0.29% 0.48% -
XYZ 13.72 17.2 11.61 -
YUV 110.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 98 122 87 0.20 0 0.29 0.52 101.14 0.17 0.41
Hex 62 7A 57 14 0 1D 34 65 11 29
Octal 142 172 127 24 0 35 64 145 21 51
Binary 1100010 1111010 1010111 10100 0 11101 110100 1100101 10001 101001

Color Harmonies of #627A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A57

Black with #627A57

Text Example


Text Example

White with #627A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,122,87); }

 H1.HeaderClassName
 {
   color: #627A57;
 }
 .AnyTagClassName
 {
   color: #627A57;
 }
</style>

background-color css

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

 a { background-color: rgb(98,122,87); }

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

border-color css

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

 span { border-color: rgb(98,122,87); }

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