Html Css Color HEX #5F735F Finlandia

📋 copy color: '#5F735F'

red 95 ◦ green 115 ◦ blue 95

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

Shades of Finlandia #5F735F

Tints of Finlandia #5F735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 31.15%
G = 37.7%
B = 31.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#5F735F (or 0x5F735F) is known color: Finlandia. HEX triplet: 5F, 73 and 5F. RGB value is (95,115,95). Sum of RGB (Red+Green+Blue) = 95+115+95=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #5F735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F735F is #A08CA0. Grayscale: #6A6A6A. Windows color (decimal): -10521761 or 6255455. OLE color: 6255455.

HSL color Cylindrical-coordinate representation of color #5F735F: 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.17%. Process color model (Four color, CMYK) of #5F735F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 95 -
CMYK 0.17 0 0.17 0.55
HSL 120º 0.1% 0.41% -
HSV(B) 120º 0.17% 0.45% -
XYZ 12.92 15.52 13.14 -
YUV 106.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 95 115 95 0.17 0 0.17 0.55 120 0.1 0.41
Hex 5F 73 5F 11 0 11 37 78 A 29
Octal 137 163 137 21 0 21 67 170 12 51
Binary 1011111 1110011 1011111 10001 0 10001 110111 1111000 1010 101001

Color Harmonies of #5F735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F735F

Black with #5F735F

Text Example


Text Example

White with #5F735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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