Html Css Color HEX #627A58 Axolotl

📋 copy color: '#627A58'

red 98 ◦ green 122 ◦ blue 88

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

Shades of Axolotl #627A58

Tints of Axolotl #627A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 31.82%
G = 39.61%
B = 28.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#627A58 (or 0x627A58) is known color: Axolotl. HEX triplet: 62, 7A and 58. RGB value is (98,122,88). Sum of RGB (Red+Green+Blue) = 98+122+88=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #627A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A58 is #9D85A7. Grayscale: #6F6F6F. Windows color (decimal): -10323368 or 5798498. OLE color: 5798498.

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

Color convert

RGB 98 122 88 -
CMYK 0.20 0 0.28 0.52
HSL 102.35º 0.16% 0.41% -
HSV(B) 102.35º 0.28% 0.48% -
XYZ 13.76 17.22 11.83 -
YUV 110.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 98 122 88 0.20 0 0.28 0.52 102.35 0.16 0.41
Hex 62 7A 58 14 0 1C 34 66 10 29
Octal 142 172 130 24 0 34 64 146 20 51
Binary 1100010 1111010 1011000 10100 0 11100 110100 1100110 10000 101001

Color Harmonies of #627A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A58

Black with #627A58

Text Example


Text Example

White with #627A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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