Html Css Color HEX #5E765B Finlandia

📋 copy color: '#5E765B'

red 94 ◦ green 118 ◦ blue 91

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

Shades of Finlandia #5E765B

Tints of Finlandia #5E765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

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

R = 31.02%
G = 38.94%
B = 30.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#5E765B (or 0x5E765B) is known color: Finlandia. HEX triplet: 5E, 76 and 5B. RGB value is (94,118,91). Sum of RGB (Red+Green+Blue) = 94+118+91=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #5E765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E765B is #A189A4. Grayscale: #6B6B6B. Windows color (decimal): -10586533 or 5994078. OLE color: 5994078.

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

Color convert

RGB 94 118 91 -
CMYK 0.20 0 0.23 0.54
HSL 113.33º 0.13% 0.41% -
HSV(B) 113.33º 0.23% 0.46% -
XYZ 12.98 16.09 12.32 -
YUV 107.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 94 118 91 0.20 0 0.23 0.54 113.33 0.13 0.41
Hex 5E 76 5B 14 0 17 36 71 D 29
Octal 136 166 133 24 0 27 66 161 15 51
Binary 1011110 1110110 1011011 10100 0 10111 110110 1110001 1101 101001

Color Harmonies of #5E765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E765B

Black with #5E765B

Text Example


Text Example

White with #5E765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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