Html Css Color HEX #5F705A Finlandia

📋 copy color: '#5F705A'

red 95 ◦ green 112 ◦ blue 90

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

Shades of Finlandia #5F705A

Tints of Finlandia #5F705A

RGB

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

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

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

R = 31.99%
G = 37.71%
B = 30.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#5F705A (or 0x5F705A) is known color: Finlandia. HEX triplet: 5F, 70 and 5A. RGB value is (95,112,90). Sum of RGB (Red+Green+Blue) = 95+112+90=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #5F705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F705A is #A08FA5. Grayscale: #686868. Windows color (decimal): -10522534 or 5927007. OLE color: 5927007.

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

Color convert

RGB 95 112 90 -
CMYK 0.15 0 0.20 0.56
HSL 106.36º 0.11% 0.4% -
HSV(B) 106.36º 0.2% 0.44% -
XYZ 12.36 14.76 11.87 -
YUV 104.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 95 112 90 0.15 0 0.20 0.56 106.36 0.11 0.4
Hex 5F 70 5A F 0 14 38 6A B 28
Octal 137 160 132 17 0 24 70 152 13 50
Binary 1011111 1110000 1011010 1111 0 10100 111000 1101010 1011 101000

Color Harmonies of #5F705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F705A

Black with #5F705A

Text Example


Text Example

White with #5F705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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