Html Css Color HEX #5F705D Finlandia

📋 copy color: '#5F705D'

red 95 ◦ green 112 ◦ blue 93

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

Shades of Finlandia #5F705D

Tints of Finlandia #5F705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 31.67%
G = 37.33%
B = 31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#5F705D (or 0x5F705D) is known color: Finlandia. HEX triplet: 5F, 70 and 5D. RGB value is (95,112,93). Sum of RGB (Red+Green+Blue) = 95+112+93=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #5F705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F705D is #A08FA2. Grayscale: #686868. Windows color (decimal): -10522531 or 6123615. OLE color: 6123615.

HSL color Cylindrical-coordinate representation of color #5F705D: hue angle of 113.68º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F705D is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 93 -
CMYK 0.15 0 0.17 0.56
HSL 113.68º 0.09% 0.4% -
HSV(B) 113.68º 0.17% 0.44% -
XYZ 12.49 14.81 12.56 -
YUV 104.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 95 112 93 0.15 0 0.17 0.56 113.68 0.09 0.4
Hex 5F 70 5D F 0 11 38 72 9 28
Octal 137 160 135 17 0 21 70 162 11 50
Binary 1011111 1110000 1011101 1111 0 10001 111000 1110010 1001 101000

Color Harmonies of #5F705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F705D

Black with #5F705D

Text Example


Text Example

White with #5F705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,93); }

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

background-color css

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

 a { background-color: rgb(95,112,93); }

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

border-color css

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

 span { border-color: rgb(95,112,93); }

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