Html Css Color HEX #5E684E Chalet Green

📋 copy color: '#5E684E'

red 94 ◦ green 104 ◦ blue 78

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

Shades of Chalet Green #5E684E

Tints of Chalet Green #5E684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

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

R = 34.06%
G = 37.68%
B = 28.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#5E684E (or 0x5E684E) is known color: Chalet Green. HEX triplet: 5E, 68 and 4E. RGB value is (94,104,78). Sum of RGB (Red+Green+Blue) = 94+104+78=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #5E684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E684E is #A197B1. Grayscale: #626262. Windows color (decimal): -10590130 or 5138526. OLE color: 5138526.

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

Color convert

RGB 94 104 78 -
CMYK 0.10 0 0.25 0.59
HSL 83.08º 0.14% 0.36% -
HSV(B) 83.08º 0.25% 0.41% -
XYZ 10.94 12.83 9.11 -
YUV 98.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 94 104 78 0.10 0 0.25 0.59 83.08 0.14 0.36
Hex 5E 68 4E A 0 19 3B 53 E 24
Octal 136 150 116 12 0 31 73 123 16 44
Binary 1011110 1101000 1001110 1010 0 11001 111011 1010011 1110 100100

Color Harmonies of #5E684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E684E

Black with #5E684E

Text Example


Text Example

White with #5E684E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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