Html Css Color HEX #5B694A Chalet Green

📋 copy color: '#5B694A'

red 91 ◦ green 105 ◦ blue 74

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

Shades of Chalet Green #5B694A

Tints of Chalet Green #5B694A

RGB

 RED value IS 91 (35.94% from 255) = 33.7%

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

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 33.7%
G = 38.89%
B = 27.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#5B694A (or 0x5B694A) is known color: Chalet Green. HEX triplet: 5B, 69 and 4A. RGB value is (91,105,74). Sum of RGB (Red+Green+Blue) = 91+105+74=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #5B694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B694A is #A496B5. Grayscale: #616161. Windows color (decimal): -10786486 or 4876635. OLE color: 4876635.

HSL color Cylindrical-coordinate representation of color #5B694A: hue angle of 87.1º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B694A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 74 -
CMYK 0.13 0 0.30 0.59
HSL 87.1º 0.17% 0.35% -
HSV(B) 87.1º 0.3% 0.41% -
XYZ 10.6 12.82 8.39 -
YUV 97.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 91 105 74 0.13 0 0.30 0.59 87.1 0.17 0.35
Hex 5B 69 4A D 0 1E 3B 57 11 23
Octal 133 151 112 15 0 36 73 127 21 43
Binary 1011011 1101001 1001010 1101 0 11110 111011 1010111 10001 100011

Color Harmonies of #5B694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B694A

Black with #5B694A

Text Example


Text Example

White with #5B694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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