Html Css Color HEX #5E694E Chalet Green

📋 copy color: '#5E694E'

red 94 ◦ green 105 ◦ blue 78

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

Shades of Chalet Green #5E694E

Tints of Chalet Green #5E694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.16%

R = 33.94%
G = 37.91%
B = 28.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#5E694E (or 0x5E694E) is known color: Chalet Green. HEX triplet: 5E, 69 and 4E. RGB value is (94,105,78). Sum of RGB (Red+Green+Blue) = 94+105+78=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #5E694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E694E is #A196B1. Grayscale: #626262. Windows color (decimal): -10589874 or 5138782. OLE color: 5138782.

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

Color convert

RGB 94 105 78 -
CMYK 0.10 0 0.26 0.59
HSL 84.44º 0.15% 0.36% -
HSV(B) 84.44º 0.26% 0.41% -
XYZ 11.04 13.03 9.14 -
YUV 98.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 94 105 78 0.10 0 0.26 0.59 84.44 0.15 0.36
Hex 5E 69 4E A 0 1A 3B 54 F 24
Octal 136 151 116 12 0 32 73 124 17 44
Binary 1011110 1101001 1001110 1010 0 11010 111011 1010100 1111 100100

Color Harmonies of #5E694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E694E

Black with #5E694E

Text Example


Text Example

White with #5E694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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