#5F7A5E

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

Shades of Finlandia #5F7A5E

Tints of Finlandia #5F7A5E

Color information

#5F7A5E (or 0x5F7A5E) is unknown color: approx Finlandia. HEX triplet: 5F, 7A and 5E. RGB value is (95,122,94). Sum of RGB (Red+Green+Blue) = 95+122+94=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7A5E is #A085A1. Grayscale: #6E6E6E. Windows color (decimal): -10519970 or 6191711. OLE color: 6191711.

HSL color Cylindrical-coordinate representation of color #5F7A5E: hue angle of 117.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7A5E is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB9512294-
CMYK0.2200.230.52
HSL117.86º12.96%42.35%-
HSV(B)117.86º22.95%47.84%-
XYZ13.717.1613.18-
YUV110.73118.55116.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=30.55%
G=39.23%
B=30.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95122940.2200.230.52117.8612.9642.35
Hex5F7A5E160173476d2a
Octal13717213626027641661552
Binary1011111111101010111101011001011111010011101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,122,94); }

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

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

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

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

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

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

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