Html Css Color HEX #5F705B Finlandia

📋 copy color: '#5F705B'

red 95 ◦ green 112 ◦ blue 91

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

Shades of Finlandia #5F705B

Tints of Finlandia #5F705B

RGB

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

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

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

R = 31.88%
G = 37.58%
B = 30.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#5F705B (or 0x5F705B) is known color: Finlandia. HEX triplet: 5F, 70 and 5B. RGB value is (95,112,91). Sum of RGB (Red+Green+Blue) = 95+112+91=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #5F705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F705B is #A08FA4. Grayscale: #686868. Windows color (decimal): -10522533 or 5992543. OLE color: 5992543.

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

Color convert

RGB 95 112 91 -
CMYK 0.15 0 0.19 0.56
HSL 108.57º 0.1% 0.4% -
HSV(B) 108.57º 0.19% 0.44% -
XYZ 12.4 14.78 12.1 -
YUV 104.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 95 112 91 0.15 0 0.19 0.56 108.57 0.1 0.4
Hex 5F 70 5B F 0 13 38 6D A 28
Octal 137 160 133 17 0 23 70 155 12 50
Binary 1011111 1110000 1011011 1111 0 10011 111000 1101101 1010 101000

Color Harmonies of #5F705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F705B

Black with #5F705B

Text Example


Text Example

White with #5F705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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