Html Css Color HEX #5F7059 Finlandia

📋 copy color: '#5F7059'

red 95 ◦ green 112 ◦ blue 89

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

Shades of Finlandia #5F7059

Tints of Finlandia #5F7059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 32.09%
G = 37.84%
B = 30.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#5F7059 (or 0x5F7059) is known color: Finlandia. HEX triplet: 5F, 70 and 59. RGB value is (95,112,89). Sum of RGB (Red+Green+Blue) = 95+112+89=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7059 is #A08FA6. Grayscale: #686868. Windows color (decimal): -10522535 or 5861471. OLE color: 5861471.

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

Color convert

RGB 95 112 89 -
CMYK 0.15 0 0.21 0.56
HSL 104.35º 0.11% 0.39% -
HSV(B) 104.35º 0.21% 0.44% -
XYZ 12.32 14.74 11.65 -
YUV 104.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 95 112 89 0.15 0 0.21 0.56 104.35 0.11 0.39
Hex 5F 70 59 F 0 15 38 68 B 27
Octal 137 160 131 17 0 25 70 150 13 47
Binary 1011111 1110000 1011001 1111 0 10101 111000 1101000 1011 100111

Color Harmonies of #5F7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7059

Black with #5F7059

Text Example


Text Example

White with #5F7059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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