Html Css Color HEX #627756 Axolotl

📋 copy color: '#627756'

red 98 ◦ green 119 ◦ blue 86

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

Shades of Axolotl #627756

Tints of Axolotl #627756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 32.34%
G = 39.27%
B = 28.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#627756 (or 0x627756) is known color: Axolotl. HEX triplet: 62, 77 and 56. RGB value is (98,119,86). Sum of RGB (Red+Green+Blue) = 98+119+86=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #627756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627756 is #9D88A9. Grayscale: #6D6D6D. Windows color (decimal): -10324138 or 5666658. OLE color: 5666658.

HSL color Cylindrical-coordinate representation of color #627756: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #627756 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 86 -
CMYK 0.18 0 0.28 0.53
HSL 98.18º 0.16% 0.4% -
HSV(B) 98.18º 0.28% 0.47% -
XYZ 13.31 16.46 11.28 -
YUV 108.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 98 119 86 0.18 0 0.28 0.53 98.18 0.16 0.4
Hex 62 77 56 12 0 1C 35 62 10 28
Octal 142 167 126 22 0 34 65 142 20 50
Binary 1100010 1110111 1010110 10010 0 11100 110101 1100010 10000 101000

Color Harmonies of #627756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627756

Black with #627756

Text Example


Text Example

White with #627756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627756; }

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

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

background-color css

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

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

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

border-color css

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

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

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