Html Css Color HEX #627D58 Axolotl

📋 copy color: '#627D58'

red 98 ◦ green 125 ◦ blue 88

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

Shades of Axolotl #627D58

Tints of Axolotl #627D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

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

R = 31.51%
G = 40.19%
B = 28.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#627D58 (or 0x627D58) is known color: Axolotl. HEX triplet: 62, 7D and 58. RGB value is (98,125,88). Sum of RGB (Red+Green+Blue) = 98+125+88=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #627D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D58 is #9D82A7. Grayscale: #707070. Windows color (decimal): -10322600 or 5799266. OLE color: 5799266.

HSL color Cylindrical-coordinate representation of color #627D58: hue angle of 103.78º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627D58 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 125 88 -
CMYK 0.22 0 0.30 0.51
HSL 103.78º 0.17% 0.42% -
HSV(B) 103.78º 0.3% 0.49% -
XYZ 14.13 17.97 11.96 -
YUV 112.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 98 125 88 0.22 0 0.30 0.51 103.78 0.17 0.42
Hex 62 7D 58 16 0 1E 33 68 11 2A
Octal 142 175 130 26 0 36 63 150 21 52
Binary 1100010 1111101 1011000 10110 0 11110 110011 1101000 10001 101010

Color Harmonies of #627D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627D58

Black with #627D58

Text Example


Text Example

White with #627D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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