Html Css Color HEX #5E694C Chalet Green

📋 copy color: '#5E694C'

red 94 ◦ green 105 ◦ blue 76

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

Shades of Chalet Green #5E694C

Tints of Chalet Green #5E694C

RGB

 RED value IS 94 (37.11% from 255) = 34.18%

 GREEN value IS 105 (41.41% from 255) = 38.18%

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 34.18%
G = 38.18%
B = 27.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#5E694C (or 0x5E694C) is known color: Chalet Green. HEX triplet: 5E, 69 and 4C. RGB value is (94,105,76). Sum of RGB (Red+Green+Blue) = 94+105+76=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #5E694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E694C is #A196B3. Grayscale: #626262. Windows color (decimal): -10589876 or 5007710. OLE color: 5007710.

HSL color Cylindrical-coordinate representation of color #5E694C: hue angle of 82.76º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E694C is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 105 76 -
CMYK 0.10 0 0.28 0.59
HSL 82.76º 0.16% 0.35% -
HSV(B) 82.76º 0.28% 0.41% -
XYZ 10.97 13 8.77 -
YUV 98.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 94 105 76 0.10 0 0.28 0.59 82.76 0.16 0.35
Hex 5E 69 4C A 0 1C 3B 53 10 23
Octal 136 151 114 12 0 34 73 123 20 43
Binary 1011110 1101001 1001100 1010 0 11100 111011 1010011 10000 100011

Color Harmonies of #5E694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E694C

Black with #5E694C

Text Example


Text Example

White with #5E694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E694C; }

 p { color: rgb(94,105,76); }

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

background-color css

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

 a { background-color: rgb(94,105,76); }

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

border-color css

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

 span { border-color: rgb(94,105,76); }

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