Html Css Color HEX #5E755F Finlandia

📋 copy color: '#5E755F'

red 94 ◦ green 117 ◦ blue 95

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

Shades of Finlandia #5E755F

Tints of Finlandia #5E755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 30.72%
G = 38.24%
B = 31.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#5E755F (or 0x5E755F) is known color: Finlandia. HEX triplet: 5E, 75 and 5F. RGB value is (94,117,95). Sum of RGB (Red+Green+Blue) = 94+117+95=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #5E755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E755F is #A18AA0. Grayscale: #6B6B6B. Windows color (decimal): -10586785 or 6255966. OLE color: 6255966.

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

Color convert

RGB 94 117 95 -
CMYK 0.20 0 0.19 0.54
HSL 122.61º 0.11% 0.41% -
HSV(B) 122.61º 0.2% 0.46% -
XYZ 13.04 15.93 13.21 -
YUV 107.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 94 117 95 0.20 0 0.19 0.54 122.61 0.11 0.41
Hex 5E 75 5F 14 0 13 36 7B B 29
Octal 136 165 137 24 0 23 66 173 13 51
Binary 1011110 1110101 1011111 10100 0 10011 110110 1111011 1011 101001

Color Harmonies of #5E755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E755F

Black with #5E755F

Text Example


Text Example

White with #5E755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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