Html Css Color HEX #607157 Axolotl

📋 copy color: '#607157'

red 96 ◦ green 113 ◦ blue 87

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

Shades of Axolotl #607157

Tints of Axolotl #607157

RGB

 RED value IS 96 (37.89% from 255) = 32.43%

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 32.43%
G = 38.18%
B = 29.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#607157 (or 0x607157) is known color: Axolotl. HEX triplet: 60, 71 and 57. RGB value is (96,113,87). Sum of RGB (Red+Green+Blue) = 96+113+87=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #607157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607157 is #9F8EA8. Grayscale: #696969. Windows color (decimal): -10456745 or 5730656. OLE color: 5730656.

HSL color Cylindrical-coordinate representation of color #607157: hue angle of 99.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607157 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 87 -
CMYK 0.15 0 0.23 0.56
HSL 99.23º 0.13% 0.39% -
HSV(B) 99.23º 0.23% 0.44% -
XYZ 12.45 14.99 11.25 -
YUV 104.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 96 113 87 0.15 0 0.23 0.56 99.23 0.13 0.39
Hex 60 71 57 F 0 17 38 63 D 27
Octal 140 161 127 17 0 27 70 143 15 47
Binary 1100000 1110001 1010111 1111 0 10111 111000 1100011 1101 100111

Color Harmonies of #607157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607157

Black with #607157

Text Example


Text Example

White with #607157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607157; }

 p { color: rgb(96,113,87); }

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

background-color css

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

 a { background-color: rgb(96,113,87); }

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

border-color css

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

 span { border-color: rgb(96,113,87); }

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