Html Css Color HEX #5F765A Finlandia

📋 copy color: '#5F765A'

red 95 ◦ green 118 ◦ blue 90

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

Shades of Finlandia #5F765A

Tints of Finlandia #5F765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 31.35%
G = 38.94%
B = 29.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#5F765A (or 0x5F765A) is known color: Finlandia. HEX triplet: 5F, 76 and 5A. RGB value is (95,118,90). Sum of RGB (Red+Green+Blue) = 95+118+90=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #5F765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F765A is #A089A5. Grayscale: #6C6C6C. Windows color (decimal): -10520998 or 5928543. OLE color: 5928543.

HSL color Cylindrical-coordinate representation of color #5F765A: hue angle of 109.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F765A is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 118 90 -
CMYK 0.19 0 0.24 0.54
HSL 109.29º 0.13% 0.41% -
HSV(B) 109.29º 0.24% 0.46% -
XYZ 13.04 16.13 12.1 -
YUV 107.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 95 118 90 0.19 0 0.24 0.54 109.29 0.13 0.41
Hex 5F 76 5A 13 0 18 36 6D D 29
Octal 137 166 132 23 0 30 66 155 15 51
Binary 1011111 1110110 1011010 10011 0 11000 110110 1101101 1101 101001

Color Harmonies of #5F765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F765A

Black with #5F765A

Text Example


Text Example

White with #5F765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,118,90); }

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

background-color css

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

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

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

border-color css

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

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

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