Html Css Color HEX #5E795A Finlandia

📋 copy color: '#5E795A'

red 94 ◦ green 121 ◦ blue 90

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

Shades of Finlandia #5E795A

Tints of Finlandia #5E795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 30.82%
G = 39.67%
B = 29.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#5E795A (or 0x5E795A) is known color: Finlandia. HEX triplet: 5E, 79 and 5A. RGB value is (94,121,90). Sum of RGB (Red+Green+Blue) = 94+121+90=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #5E795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E795A is #A186A5. Grayscale: #6D6D6D. Windows color (decimal): -10585766 or 5929310. OLE color: 5929310.

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

Color convert

RGB 94 121 90 -
CMYK 0.22 0 0.26 0.53
HSL 112.26º 0.15% 0.41% -
HSV(B) 112.26º 0.26% 0.47% -
XYZ 13.3 16.79 12.21 -
YUV 109.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 94 121 90 0.22 0 0.26 0.53 112.26 0.15 0.41
Hex 5E 79 5A 16 0 1A 35 70 F 29
Octal 136 171 132 26 0 32 65 160 17 51
Binary 1011110 1111001 1011010 10110 0 11010 110101 1110000 1111 101001

Color Harmonies of #5E795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E795A

Black with #5E795A

Text Example


Text Example

White with #5E795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,90); }

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

background-color css

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

 a { background-color: rgb(94,121,90); }

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

border-color css

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

 span { border-color: rgb(94,121,90); }

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