Html Css Color HEX #627C56 Axolotl

📋 copy color: '#627C56'

red 98 ◦ green 124 ◦ blue 86

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

Shades of Axolotl #627C56

Tints of Axolotl #627C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

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

R = 31.82%
G = 40.26%
B = 27.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#627C56 (or 0x627C56) is known color: Axolotl. HEX triplet: 62, 7C and 56. RGB value is (98,124,86). Sum of RGB (Red+Green+Blue) = 98+124+86=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #627C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C56 is #9D83A9. Grayscale: #707070. Windows color (decimal): -10322858 or 5667938. OLE color: 5667938.

HSL color Cylindrical-coordinate representation of color #627C56: hue angle of 101.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627C56 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 124 86 -
CMYK 0.21 0 0.31 0.51
HSL 101.05º 0.18% 0.41% -
HSV(B) 101.05º 0.31% 0.49% -
XYZ 13.92 17.68 11.48 -
YUV 111.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 98 124 86 0.21 0 0.31 0.51 101.05 0.18 0.41
Hex 62 7C 56 15 0 1F 33 65 12 29
Octal 142 174 126 25 0 37 63 145 22 51
Binary 1100010 1111100 1010110 10101 0 11111 110011 1100101 10010 101001

Color Harmonies of #627C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C56

Black with #627C56

Text Example


Text Example

White with #627C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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