Html Css Color HEX #5F6E60 Finlandia

📋 copy color: '#5F6E60'

red 95 ◦ green 110 ◦ blue 96

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

Shades of Finlandia #5F6E60

Tints of Finlandia #5F6E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 31.56%
G = 36.54%
B = 31.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#5F6E60 (or 0x5F6E60) is known color: Finlandia. HEX triplet: 5F, 6E and 60. RGB value is (95,110,96). Sum of RGB (Red+Green+Blue) = 95+110+96=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E60 is #A0919F. Grayscale: #676767. Windows color (decimal): -10523040 or 6319711. OLE color: 6319711.

HSL color Cylindrical-coordinate representation of color #5F6E60: hue angle of 124º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6E60 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 110 96 -
CMYK 0.14 0 0.13 0.57
HSL 124º 0.07% 0.4% -
HSV(B) 124º 0.14% 0.43% -
XYZ 12.41 14.43 13.2 -
YUV 103.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 95 110 96 0.14 0 0.13 0.57 124 0.07 0.4
Hex 5F 6E 60 E 0 D 39 7C 7 28
Octal 137 156 140 16 0 15 71 174 7 50
Binary 1011111 1101110 1100000 1110 0 1101 111001 1111100 111 101000

Color Harmonies of #5F6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6E60

Black with #5F6E60

Text Example


Text Example

White with #5F6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,110,96); }

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

background-color css

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

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

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

border-color css

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

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

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