Html Css Color HEX #5F765C Finlandia

📋 copy color: '#5F765C'

red 95 ◦ green 118 ◦ blue 92

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

Shades of Finlandia #5F765C

Tints of Finlandia #5F765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 31.15%
G = 38.69%
B = 30.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#5F765C (or 0x5F765C) is known color: Finlandia. HEX triplet: 5F, 76 and 5C. RGB value is (95,118,92). Sum of RGB (Red+Green+Blue) = 95+118+92=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #5F765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F765C is #A089A3. Grayscale: #6C6C6C. Windows color (decimal): -10520996 or 6059615. OLE color: 6059615.

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

Color convert

RGB 95 118 92 -
CMYK 0.19 0 0.22 0.54
HSL 113.08º 0.12% 0.41% -
HSV(B) 113.08º 0.22% 0.46% -
XYZ 13.13 16.16 12.55 -
YUV 108.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 95 118 92 0.19 0 0.22 0.54 113.08 0.12 0.41
Hex 5F 76 5C 13 0 16 36 71 C 29
Octal 137 166 134 23 0 26 66 161 14 51
Binary 1011111 1110110 1011100 10011 0 10110 110110 1110001 1100 101001

Color Harmonies of #5F765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F765C

Black with #5F765C

Text Example


Text Example

White with #5F765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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