Html Css Color HEX #5F705F Finlandia

📋 copy color: '#5F705F'

red 95 ◦ green 112 ◦ blue 95

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

Shades of Finlandia #5F705F

Tints of Finlandia #5F705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 31.46%
G = 37.09%
B = 31.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#5F705F (or 0x5F705F) is known color: Finlandia. HEX triplet: 5F, 70 and 5F. RGB value is (95,112,95). Sum of RGB (Red+Green+Blue) = 95+112+95=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #5F705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F705F is #A08FA0. Grayscale: #696969. Windows color (decimal): -10522529 or 6254687. OLE color: 6254687.

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

Color convert

RGB 95 112 95 -
CMYK 0.15 0 0.15 0.56
HSL 120º 0.08% 0.41% -
HSV(B) 120º 0.15% 0.44% -
XYZ 12.58 14.85 13.03 -
YUV 104.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 95 112 95 0.15 0 0.15 0.56 120 0.08 0.41
Hex 5F 70 5F F 0 F 38 78 8 29
Octal 137 160 137 17 0 17 70 170 10 51
Binary 1011111 1110000 1011111 1111 0 1111 111000 1111000 1000 101001

Color Harmonies of #5F705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F705F

Black with #5F705F

Text Example


Text Example

White with #5F705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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