Html Css Color HEX #607354 Axolotl

📋 copy color: '#607354'

red 96 ◦ green 115 ◦ blue 84

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

Shades of Axolotl #607354

Tints of Axolotl #607354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 32.54%
G = 38.98%
B = 28.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#607354 (or 0x607354) is known color: Axolotl. HEX triplet: 60, 73 and 54. RGB value is (96,115,84). Sum of RGB (Red+Green+Blue) = 96+115+84=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #607354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607354 is #9F8CAB. Grayscale: #696969. Windows color (decimal): -10456236 or 5534560. OLE color: 5534560.

HSL color Cylindrical-coordinate representation of color #607354: hue angle of 96.77º 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 #607354 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 84 -
CMYK 0.17 0 0.27 0.55
HSL 96.77º 0.16% 0.39% -
HSV(B) 96.77º 0.27% 0.45% -
XYZ 12.55 15.39 10.7 -
YUV 105.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 96 115 84 0.17 0 0.27 0.55 96.77 0.16 0.39
Hex 60 73 54 11 0 1B 37 61 10 27
Octal 140 163 124 21 0 33 67 141 20 47
Binary 1100000 1110011 1010100 10001 0 11011 110111 1100001 10000 100111

Color Harmonies of #607354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607354

Black with #607354

Text Example


Text Example

White with #607354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607354; }

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

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

background-color css

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

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

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

border-color css

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

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

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