Html Css Color HEX #607353 Axolotl

📋 copy color: '#607353'

red 96 ◦ green 115 ◦ blue 83

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

Shades of Axolotl #607353

Tints of Axolotl #607353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

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

R = 32.65%
G = 39.12%
B = 28.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#607353 (or 0x607353) is known color: Axolotl. HEX triplet: 60, 73 and 53. RGB value is (96,115,83). Sum of RGB (Red+Green+Blue) = 96+115+83=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #607353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607353 is #9F8CAC. Grayscale: #696969. Windows color (decimal): -10456237 or 5469024. OLE color: 5469024.

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

Color convert

RGB 96 115 83 -
CMYK 0.17 0 0.28 0.55
HSL 95.63º 0.16% 0.39% -
HSV(B) 95.63º 0.28% 0.45% -
XYZ 12.52 15.37 10.49 -
YUV 105.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 96 115 83 0.17 0 0.28 0.55 95.63 0.16 0.39
Hex 60 73 53 11 0 1C 37 60 10 27
Octal 140 163 123 21 0 34 67 140 20 47
Binary 1100000 1110011 1010011 10001 0 11100 110111 1100000 10000 100111

Color Harmonies of #607353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607353

Black with #607353

Text Example


Text Example

White with #607353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607353; }

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

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

background-color css

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

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

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

border-color css

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

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

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