Html Css Color HEX #607055 Axolotl

📋 copy color: '#607055'

red 96 ◦ green 112 ◦ blue 85

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

Shades of Axolotl #607055

Tints of Axolotl #607055

RGB

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

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

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

R = 32.76%
G = 38.23%
B = 29.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#607055 (or 0x607055) is known color: Axolotl. HEX triplet: 60, 70 and 55. RGB value is (96,112,85). Sum of RGB (Red+Green+Blue) = 96+112+85=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #607055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607055 is #9F8FAA. Grayscale: #686868. Windows color (decimal): -10457003 or 5599328. OLE color: 5599328.

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

Color convert

RGB 96 112 85 -
CMYK 0.14 0 0.24 0.56
HSL 95.56º 0.14% 0.39% -
HSV(B) 95.56º 0.24% 0.44% -
XYZ 12.26 14.73 10.79 -
YUV 104.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 96 112 85 0.14 0 0.24 0.56 95.56 0.14 0.39
Hex 60 70 55 E 0 18 38 60 E 27
Octal 140 160 125 16 0 30 70 140 16 47
Binary 1100000 1110000 1010101 1110 0 11000 111000 1100000 1110 100111

Color Harmonies of #607055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607055

Black with #607055

Text Example


Text Example

White with #607055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607055; }

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

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

background-color css

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

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

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

border-color css

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

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

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