Html Css Color HEX #5F725A Finlandia

📋 copy color: '#5F725A'

red 95 ◦ green 114 ◦ blue 90

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

Shades of Finlandia #5F725A

Tints of Finlandia #5F725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 31.77%
G = 38.13%
B = 30.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#5F725A (or 0x5F725A) is known color: Finlandia. HEX triplet: 5F, 72 and 5A. RGB value is (95,114,90). Sum of RGB (Red+Green+Blue) = 95+114+90=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #5F725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F725A is #A08DA5. Grayscale: #696969. Windows color (decimal): -10522022 or 5927519. OLE color: 5927519.

HSL color Cylindrical-coordinate representation of color #5F725A: hue angle of 107.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F725A is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 114 90 -
CMYK 0.17 0 0.21 0.55
HSL 107.5º 0.12% 0.4% -
HSV(B) 107.5º 0.21% 0.45% -
XYZ 12.58 15.21 11.94 -
YUV 105.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 95 114 90 0.17 0 0.21 0.55 107.5 0.12 0.4
Hex 5F 72 5A 11 0 15 37 6C C 28
Octal 137 162 132 21 0 25 67 154 14 50
Binary 1011111 1110010 1011010 10001 0 10101 110111 1101100 1100 101000

Color Harmonies of #5F725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F725A

Black with #5F725A

Text Example


Text Example

White with #5F725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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