Html Css Color HEX #5E755B Finlandia

📋 copy color: '#5E755B'

red 94 ◦ green 117 ◦ blue 91

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

Shades of Finlandia #5E755B

Tints of Finlandia #5E755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 31.13%
G = 38.74%
B = 30.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#5E755B (or 0x5E755B) is known color: Finlandia. HEX triplet: 5E, 75 and 5B. RGB value is (94,117,91). Sum of RGB (Red+Green+Blue) = 94+117+91=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #5E755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E755B is #A18AA4. Grayscale: #6B6B6B. Windows color (decimal): -10586789 or 5993822. OLE color: 5993822.

HSL color Cylindrical-coordinate representation of color #5E755B: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E755B is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 91 -
CMYK 0.20 0 0.22 0.54
HSL 113.08º 0.13% 0.41% -
HSV(B) 113.08º 0.22% 0.46% -
XYZ 12.87 15.86 12.28 -
YUV 107.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 94 117 91 0.20 0 0.22 0.54 113.08 0.13 0.41
Hex 5E 75 5B 14 0 16 36 71 C 29
Octal 136 165 133 24 0 26 66 161 14 51
Binary 1011110 1110101 1011011 10100 0 10110 110110 1110001 1100 101001

Color Harmonies of #5E755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E755B

Black with #5E755B

Text Example


Text Example

White with #5E755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,91); }

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

background-color css

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

 a { background-color: rgb(94,117,91); }

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

border-color css

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

 span { border-color: rgb(94,117,91); }

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