Html Css Color HEX #5F785A Finlandia

📋 copy color: '#5F785A'

red 95 ◦ green 120 ◦ blue 90

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

Shades of Finlandia #5F785A

Tints of Finlandia #5F785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 31.15%
G = 39.34%
B = 29.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#5F785A (or 0x5F785A) is known color: Finlandia. HEX triplet: 5F, 78 and 5A. RGB value is (95,120,90). Sum of RGB (Red+Green+Blue) = 95+120+90=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #5F785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F785A is #A087A5. Grayscale: #6D6D6D. Windows color (decimal): -10520486 or 5929055. OLE color: 5929055.

HSL color Cylindrical-coordinate representation of color #5F785A: hue angle of 110º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F785A is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 120 90 -
CMYK 0.21 0 0.25 0.53
HSL 110º 0.14% 0.41% -
HSV(B) 110º 0.25% 0.47% -
XYZ 13.28 16.6 12.18 -
YUV 109.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 95 120 90 0.21 0 0.25 0.53 110 0.14 0.41
Hex 5F 78 5A 15 0 19 35 6E E 29
Octal 137 170 132 25 0 31 65 156 16 51
Binary 1011111 1111000 1011010 10101 0 11001 110101 1101110 1110 101001

Color Harmonies of #5F785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F785A

Black with #5F785A

Text Example


Text Example

White with #5F785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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