Html Css Color HEX #5E785C Finlandia

📋 copy color: '#5E785C'

red 94 ◦ green 120 ◦ blue 92

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

Shades of Finlandia #5E785C

Tints of Finlandia #5E785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 30.72%
G = 39.22%
B = 30.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#5E785C (or 0x5E785C) is known color: Finlandia. HEX triplet: 5E, 78 and 5C. RGB value is (94,120,92). Sum of RGB (Red+Green+Blue) = 94+120+92=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #5E785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E785C is #A187A3. Grayscale: #6D6D6D. Windows color (decimal): -10586020 or 6060126. OLE color: 6060126.

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

Color convert

RGB 94 120 92 -
CMYK 0.22 0 0.23 0.53
HSL 115.71º 0.13% 0.42% -
HSV(B) 115.71º 0.23% 0.47% -
XYZ 13.26 16.59 12.63 -
YUV 109.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 94 120 92 0.22 0 0.23 0.53 115.71 0.13 0.42
Hex 5E 78 5C 16 0 17 35 74 D 2A
Octal 136 170 134 26 0 27 65 164 15 52
Binary 1011110 1111000 1011100 10110 0 10111 110101 1110100 1101 101010

Color Harmonies of #5E785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E785C

Black with #5E785C

Text Example


Text Example

White with #5E785C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,120,92); }

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

background-color css

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

 a { background-color: rgb(94,120,92); }

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

border-color css

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

 span { border-color: rgb(94,120,92); }

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