Html Css Color HEX #627A56 Axolotl

📋 copy color: '#627A56'

red 98 ◦ green 122 ◦ blue 86

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

Shades of Axolotl #627A56

Tints of Axolotl #627A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.1%

R = 32.03%
G = 39.87%
B = 28.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#627A56 (or 0x627A56) is known color: Axolotl. HEX triplet: 62, 7A and 56. RGB value is (98,122,86). Sum of RGB (Red+Green+Blue) = 98+122+86=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #627A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A56 is #9D85A9. Grayscale: #6E6E6E. Windows color (decimal): -10323370 or 5667426. OLE color: 5667426.

HSL color Cylindrical-coordinate representation of color #627A56: hue angle of 100º degrees, saturation: 0.17, 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 #627A56 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 122 86 -
CMYK 0.20 0 0.30 0.52
HSL 100º 0.17% 0.41% -
HSV(B) 100º 0.3% 0.48% -
XYZ 13.68 17.19 11.4 -
YUV 110.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 98 122 86 0.20 0 0.30 0.52 100 0.17 0.41
Hex 62 7A 56 14 0 1E 34 64 11 29
Octal 142 172 126 24 0 36 64 144 21 51
Binary 1100010 1111010 1010110 10100 0 11110 110100 1100100 10001 101001

Color Harmonies of #627A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A56

Black with #627A56

Text Example


Text Example

White with #627A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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