Html Css Color HEX #5E694D Chalet Green

📋 copy color: '#5E694D'

red 94 ◦ green 105 ◦ blue 77

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

Shades of Chalet Green #5E694D

Tints of Chalet Green #5E694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 34.06%
G = 38.04%
B = 27.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#5E694D (or 0x5E694D) is known color: Chalet Green. HEX triplet: 5E, 69 and 4D. RGB value is (94,105,77). Sum of RGB (Red+Green+Blue) = 94+105+77=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #5E694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E694D is #A196B2. Grayscale: #626262. Windows color (decimal): -10589875 or 5073246. OLE color: 5073246.

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

Color convert

RGB 94 105 77 -
CMYK 0.10 0 0.27 0.59
HSL 83.57º 0.15% 0.36% -
HSV(B) 83.57º 0.27% 0.41% -
XYZ 11.01 13.02 8.95 -
YUV 98.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 94 105 77 0.10 0 0.27 0.59 83.57 0.15 0.36
Hex 5E 69 4D A 0 1B 3B 54 F 24
Octal 136 151 115 12 0 33 73 124 17 44
Binary 1011110 1101001 1001101 1010 0 11011 111011 1010100 1111 100100

Color Harmonies of #5E694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E694D

Black with #5E694D

Text Example


Text Example

White with #5E694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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