Html Css Color HEX #61705D Finlandia

📋 copy color: '#61705D'

red 97 ◦ green 112 ◦ blue 93

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

Shades of Finlandia #61705D

Tints of Finlandia #61705D

RGB

 RED value IS 97 (38.28% from 255) = 32.12%

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 32.12%
G = 37.09%
B = 30.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#61705D (or 0x61705D) is known color: Finlandia. HEX triplet: 61, 70 and 5D. RGB value is (97,112,93). Sum of RGB (Red+Green+Blue) = 97+112+93=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #61705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61705D is #9E8FA2. Grayscale: #696969. Windows color (decimal): -10391459 or 6123617. OLE color: 6123617.

HSL color Cylindrical-coordinate representation of color #61705D: hue angle of 107.37º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #61705D is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 93 -
CMYK 0.13 0 0.17 0.56
HSL 107.37º 0.09% 0.4% -
HSV(B) 107.37º 0.17% 0.44% -
XYZ 12.7 14.92 12.57 -
YUV 105.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 97 112 93 0.13 0 0.17 0.56 107.37 0.09 0.4
Hex 61 70 5D D 0 11 38 6B 9 28
Octal 141 160 135 15 0 21 70 153 11 50
Binary 1100001 1110000 1011101 1101 0 10001 111000 1101011 1001 101000

Color Harmonies of #61705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61705D

Black with #61705D

Text Example


Text Example

White with #61705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61705D; }

 p { color: rgb(97,112,93); }

 H1.HeaderClassName
 {
   color: #61705D;
 }
 .AnyTagClassName
 {
   color: #61705D;
 }
</style>

background-color css

<style>
 a { background-color: #61705D; }

 a { background-color: rgb(97,112,93); }

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

border-color css

<style>
 span { border-color: #61705D; }

 span { border-color: rgb(97,112,93); }

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