Html Css Color HEX #607753 Axolotl

📋 copy color: '#607753'

red 96 ◦ green 119 ◦ blue 83

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

Shades of Axolotl #607753

Tints of Axolotl #607753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 32.21%
G = 39.93%
B = 27.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#607753 (or 0x607753) is known color: Axolotl. HEX triplet: 60, 77 and 53. RGB value is (96,119,83). Sum of RGB (Red+Green+Blue) = 96+119+83=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #607753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607753 is #9F88AC. Grayscale: #6C6C6C. Windows color (decimal): -10455213 or 5470048. OLE color: 5470048.

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

Color convert

RGB 96 119 83 -
CMYK 0.19 0 0.30 0.53
HSL 98.33º 0.18% 0.4% -
HSV(B) 98.33º 0.3% 0.47% -
XYZ 12.98 16.3 10.65 -
YUV 108.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 96 119 83 0.19 0 0.30 0.53 98.33 0.18 0.4
Hex 60 77 53 13 0 1E 35 62 12 28
Octal 140 167 123 23 0 36 65 142 22 50
Binary 1100000 1110111 1010011 10011 0 11110 110101 1100010 10010 101000

Color Harmonies of #607753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607753

Black with #607753

Text Example


Text Example

White with #607753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607753; }

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

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

background-color css

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

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

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

border-color css

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

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

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