Html Css Color HEX #627855 Axolotl

📋 copy color: '#627855'

red 98 ◦ green 120 ◦ blue 85

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

Shades of Axolotl #627855

Tints of Axolotl #627855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 32.34%
G = 39.6%
B = 28.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#627855 (or 0x627855) is known color: Axolotl. HEX triplet: 62, 78 and 55. RGB value is (98,120,85). Sum of RGB (Red+Green+Blue) = 98+120+85=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #627855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627855 is #9D87AA. Grayscale: #6D6D6D. Windows color (decimal): -10323883 or 5601378. OLE color: 5601378.

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

Color convert

RGB 98 120 85 -
CMYK 0.18 0 0.29 0.53
HSL 97.71º 0.17% 0.4% -
HSV(B) 97.71º 0.29% 0.47% -
XYZ 13.39 16.69 11.11 -
YUV 109.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 98 120 85 0.18 0 0.29 0.53 97.71 0.17 0.4
Hex 62 78 55 12 0 1D 35 62 11 28
Octal 142 170 125 22 0 35 65 142 21 50
Binary 1100010 1111000 1010101 10010 0 11101 110101 1100010 10001 101000

Color Harmonies of #627855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627855

Black with #627855

Text Example


Text Example

White with #627855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627855; }

 p { color: rgb(98,120,85); }

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

background-color css

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

 a { background-color: rgb(98,120,85); }

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

border-color css

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

 span { border-color: rgb(98,120,85); }

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