Html Css Color HEX #607755 Axolotl

📋 copy color: '#607755'

red 96 ◦ green 119 ◦ blue 85

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

Shades of Axolotl #607755

Tints of Axolotl #607755

RGB

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

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

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

R = 32%
G = 39.67%
B = 28.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#607755 (or 0x607755) is known color: Axolotl. HEX triplet: 60, 77 and 55. RGB value is (96,119,85). Sum of RGB (Red+Green+Blue) = 96+119+85=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #607755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607755 is #9F88AA. Grayscale: #6C6C6C. Windows color (decimal): -10455211 or 5601120. OLE color: 5601120.

HSL color Cylindrical-coordinate representation of color #607755: hue angle of 100.59º 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 #607755 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 85 -
CMYK 0.19 0 0.29 0.53
HSL 100.59º 0.17% 0.4% -
HSV(B) 100.59º 0.29% 0.47% -
XYZ 13.06 16.34 11.06 -
YUV 108.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 96 119 85 0.19 0 0.29 0.53 100.59 0.17 0.4
Hex 60 77 55 13 0 1D 35 65 11 28
Octal 140 167 125 23 0 35 65 145 21 50
Binary 1100000 1110111 1010101 10011 0 11101 110101 1100101 10001 101000

Color Harmonies of #607755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607755

Black with #607755

Text Example


Text Example

White with #607755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607755; }

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

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

background-color css

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

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

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

border-color css

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

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

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