#5B694D

Color #5B694D Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #5B694D

Tints of Chalet Green #5B694D

Color information

#5B694D (or 0x5B694D) is unknown color: approx Chalet Green. HEX triplet: 5B, 69 and 4D. RGB value is (91,105,77). Sum of RGB (Red+Green+Blue) = 91+105+77=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #5B694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B694D is #A496B2. Grayscale: #616161. Windows color (decimal): -10786483 or 5073243. OLE color: 5073243.

HSL color Cylindrical-coordinate representation of color #5B694D: hue angle of 90º 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 #5B694D is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB9110577-
CMYK0.1300.270.59
HSL90º15.38%35.69%-
HSV(B)90º26.67%41.18%-
XYZ10.7112.868.94-
YUV97.62116.36123.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=33.33%
G=38.46%
B=28.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91105770.1300.270.599015.3835.69
Hex5B694DD01B3B5af24
Octal13315111515033731321744
Binary101101111010011001101110101101111101110110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B694D;
 }
 .AnyTagClassName
 {
   color: #5B694D;
 }
</style>
background-color css

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

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

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

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

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

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