Html Css Color HEX #5F745E Finlandia

📋 copy color: '#5F745E'

red 95 ◦ green 116 ◦ blue 94

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

Shades of Finlandia #5F745E

Tints of Finlandia #5F745E

RGB

 RED value IS 95 (37.5% from 255) = 31.15%

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 31.15%
G = 38.03%
B = 30.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5F745E (or 0x5F745E) is known color: Finlandia. HEX triplet: 5F, 74 and 5E. RGB value is (95,116,94). Sum of RGB (Red+Green+Blue) = 95+116+94=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #5F745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F745E is #A08BA1. Grayscale: #6B6B6B. Windows color (decimal): -10521506 or 6190175. OLE color: 6190175.

HSL color Cylindrical-coordinate representation of color #5F745E: hue angle of 117.27º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F745E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 94 -
CMYK 0.18 0 0.19 0.55
HSL 117.27º 0.1% 0.41% -
HSV(B) 117.27º 0.19% 0.45% -
XYZ 12.99 15.73 12.94 -
YUV 107.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 95 116 94 0.18 0 0.19 0.55 117.27 0.1 0.41
Hex 5F 74 5E 12 0 13 37 75 A 29
Octal 137 164 136 22 0 23 67 165 12 51
Binary 1011111 1110100 1011110 10010 0 10011 110111 1110101 1010 101001

Color Harmonies of #5F745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F745E

Black with #5F745E

Text Example


Text Example

White with #5F745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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