#5F775F

Color #5F775F Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #5F775F

Tints of Finlandia #5F775F

Color information

#5F775F (or 0x5F775F) is unknown color: approx Finlandia. HEX triplet: 5F, 77 and 5F. RGB value is (95,119,95). Sum of RGB (Red+Green+Blue) = 95+119+95=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #5F775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F775F is #A088A0. Grayscale: #6D6D6D. Windows color (decimal): -10520737 or 6256479. OLE color: 6256479.

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

Color convert

RGB9511995-
CMYK0.2000.200.53
HSL120º11.21%41.96%-
HSV(B)120º20.17%46.67%-
XYZ13.3816.4513.3-
YUV109.09120.05117.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.74%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=30.74%
G=38.51%
B=30.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95119950.2000.200.5312011.2141.96
Hex5F775F140143578b2a
Octal13716713724024651701352
Binary1011111111011110111111010001010011010111110001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F775F;
 }
 .AnyTagClassName
 {
   color: #5F775F;
 }
</style>
background-color css

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

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

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

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

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

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