Html Css Color HEX #5A694A Chalet Green

📋 copy color: '#5A694A'

red 90 ◦ green 105 ◦ blue 74

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

Shades of Chalet Green #5A694A

Tints of Chalet Green #5A694A

RGB

 RED value IS 90 (35.55% from 255) = 33.46%

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

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

R = 33.46%
G = 39.03%
B = 27.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#5A694A (or 0x5A694A) is known color: Chalet Green. HEX triplet: 5A, 69 and 4A. RGB value is (90,105,74). Sum of RGB (Red+Green+Blue) = 90+105+74=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #5A694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A694A is #A596B5. Grayscale: #616161. Windows color (decimal): -10852022 or 4876634. OLE color: 4876634.

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

Color convert

RGB 90 105 74 -
CMYK 0.14 0 0.30 0.59
HSL 89.03º 0.17% 0.35% -
HSV(B) 89.03º 0.3% 0.41% -
XYZ 10.5 12.77 8.39 -
YUV 96.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 90 105 74 0.14 0 0.30 0.59 89.03 0.17 0.35
Hex 5A 69 4A E 0 1E 3B 59 11 23
Octal 132 151 112 16 0 36 73 131 21 43
Binary 1011010 1101001 1001010 1110 0 11110 111011 1011001 10001 100011

Color Harmonies of #5A694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A694A

Black with #5A694A

Text Example


Text Example

White with #5A694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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