Html Css Color HEX #607253 Axolotl

📋 copy color: '#607253'

red 96 ◦ green 114 ◦ blue 83

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

Shades of Axolotl #607253

Tints of Axolotl #607253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

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

R = 32.76%
G = 38.91%
B = 28.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#607253 (or 0x607253) is known color: Axolotl. HEX triplet: 60, 72 and 53. RGB value is (96,114,83). Sum of RGB (Red+Green+Blue) = 96+114+83=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #607253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607253 is #9F8DAC. Grayscale: #696969. Windows color (decimal): -10456493 or 5468768. OLE color: 5468768.

HSL color Cylindrical-coordinate representation of color #607253: hue angle of 94.84º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607253 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 83 -
CMYK 0.16 0 0.27 0.55
HSL 94.84º 0.16% 0.39% -
HSV(B) 94.84º 0.27% 0.45% -
XYZ 12.4 15.15 10.45 -
YUV 105.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 96 114 83 0.16 0 0.27 0.55 94.84 0.16 0.39
Hex 60 72 53 10 0 1B 37 5F 10 27
Octal 140 162 123 20 0 33 67 137 20 47
Binary 1100000 1110010 1010011 10000 0 11011 110111 1011111 10000 100111

Color Harmonies of #607253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607253

Black with #607253

Text Example


Text Example

White with #607253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607253; }

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

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

background-color css

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

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

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

border-color css

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

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

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