Html Css Color HEX #657060 Axolotl

📋 copy color: '#657060'

red 101 ◦ green 112 ◦ blue 96

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

Shades of Axolotl #657060

Tints of Axolotl #657060

RGB

 RED value IS 101 (39.84% from 255) = 32.69%

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 32.69%
G = 36.25%
B = 31.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#657060 (or 0x657060) is known color: Axolotl. HEX triplet: 65, 70 and 60. RGB value is (101,112,96). Sum of RGB (Red+Green+Blue) = 101+112+96=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #657060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657060 is #9A8F9F. Grayscale: #6A6A6A. Windows color (decimal): -10129312 or 6320229. OLE color: 6320229.

HSL color Cylindrical-coordinate representation of color #657060: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657060 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 112 96 -
CMYK 0.10 0 0.14 0.56
HSL 101.25º 0.08% 0.41% -
HSV(B) 101.25º 0.14% 0.44% -
XYZ 13.27 15.2 13.3 -
YUV 106.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 101 112 96 0.10 0 0.14 0.56 101.25 0.08 0.41
Hex 65 70 60 A 0 E 38 65 8 29
Octal 145 160 140 12 0 16 70 145 10 51
Binary 1100101 1110000 1100000 1010 0 1110 111000 1100101 1000 101001

Color Harmonies of #657060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657060

Black with #657060

Text Example


Text Example

White with #657060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657060; }

 p { color: rgb(101,112,96); }

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

background-color css

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

 a { background-color: rgb(101,112,96); }

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

border-color css

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

 span { border-color: rgb(101,112,96); }

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