Html Css Color HEX #5F7759 Finlandia

📋 copy color: '#5F7759'

red 95 ◦ green 119 ◦ blue 89

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

Shades of Finlandia #5F7759

Tints of Finlandia #5F7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 31.35%
G = 39.27%
B = 29.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#5F7759 (or 0x5F7759) is known color: Finlandia. HEX triplet: 5F, 77 and 59. RGB value is (95,119,89). Sum of RGB (Red+Green+Blue) = 95+119+89=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7759 is #A088A6. Grayscale: #6C6C6C. Windows color (decimal): -10520743 or 5863263. OLE color: 5863263.

HSL color Cylindrical-coordinate representation of color #5F7759: hue angle of 108º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7759 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 119 89 -
CMYK 0.20 0 0.25 0.53
HSL 108º 0.14% 0.41% -
HSV(B) 108º 0.25% 0.47% -
XYZ 13.12 16.35 11.92 -
YUV 108.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 95 119 89 0.20 0 0.25 0.53 108 0.14 0.41
Hex 5F 77 59 14 0 19 35 6C E 29
Octal 137 167 131 24 0 31 65 154 16 51
Binary 1011111 1110111 1011001 10100 0 11001 110101 1101100 1110 101001

Color Harmonies of #5F7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7759

Black with #5F7759

Text Example


Text Example

White with #5F7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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