Html Css Color HEX #5F745F Finlandia

📋 copy color: '#5F745F'

red 95 ◦ green 116 ◦ blue 95

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

Shades of Finlandia #5F745F

Tints of Finlandia #5F745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 31.05%
G = 37.91%
B = 31.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#5F745F (or 0x5F745F) is known color: Finlandia. HEX triplet: 5F, 74 and 5F. RGB value is (95,116,95). Sum of RGB (Red+Green+Blue) = 95+116+95=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #5F745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F745F is #A08BA0. Grayscale: #6B6B6B. Windows color (decimal): -10521505 or 6255711. OLE color: 6255711.

HSL color Cylindrical-coordinate representation of color #5F745F: hue angle of 120º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F745F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 95 -
CMYK 0.18 0 0.18 0.55
HSL 120º 0.1% 0.41% -
HSV(B) 120º 0.18% 0.45% -
XYZ 13.03 15.75 13.18 -
YUV 107.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 95 116 95 0.18 0 0.18 0.55 120 0.1 0.41
Hex 5F 74 5F 12 0 12 37 78 A 29
Octal 137 164 137 22 0 22 67 170 12 51
Binary 1011111 1110100 1011111 10010 0 10010 110111 1111000 1010 101001

Color Harmonies of #5F745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F745F

Black with #5F745F

Text Example


Text Example

White with #5F745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,116,95); }

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

background-color css

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

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

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

border-color css

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

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

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