Html Css Color HEX #61745C Finlandia

📋 copy color: '#61745C'

red 97 ◦ green 116 ◦ blue 92

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

Shades of Finlandia #61745C

Tints of Finlandia #61745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 31.8%
G = 38.03%
B = 30.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#61745C (or 0x61745C) is known color: Finlandia. HEX triplet: 61, 74 and 5C. RGB value is (97,116,92). Sum of RGB (Red+Green+Blue) = 97+116+92=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #61745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61745C is #9E8BA3. Grayscale: #6B6B6B. Windows color (decimal): -10390436 or 6059105. OLE color: 6059105.

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

Color convert

RGB 97 116 92 -
CMYK 0.16 0 0.21 0.55
HSL 107.5º 0.12% 0.41% -
HSV(B) 107.5º 0.21% 0.45% -
XYZ 13.11 15.8 12.49 -
YUV 107.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 97 116 92 0.16 0 0.21 0.55 107.5 0.12 0.41
Hex 61 74 5C 10 0 15 37 6C C 29
Octal 141 164 134 20 0 25 67 154 14 51
Binary 1100001 1110100 1011100 10000 0 10101 110111 1101100 1100 101001

Color Harmonies of #61745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61745C

Black with #61745C

Text Example


Text Example

White with #61745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61745C; }

 p { color: rgb(97,116,92); }

 H1.HeaderClassName
 {
   color: #61745C;
 }
 .AnyTagClassName
 {
   color: #61745C;
 }
</style>

background-color css

<style>
 a { background-color: #61745C; }

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

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

border-color css

<style>
 span { border-color: #61745C; }

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

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