Html Css Color HEX #61795C Finlandia

📋 copy color: '#61795C'

red 97 ◦ green 121 ◦ blue 92

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

Shades of Finlandia #61795C

Tints of Finlandia #61795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.03%

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

R = 31.29%
G = 39.03%
B = 29.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#61795C (or 0x61795C) is known color: Finlandia. HEX triplet: 61, 79 and 5C. RGB value is (97,121,92). Sum of RGB (Red+Green+Blue) = 97+121+92=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #61795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61795C is #9E86A3. Grayscale: #6E6E6E. Windows color (decimal): -10389156 or 6060385. OLE color: 6060385.

HSL color Cylindrical-coordinate representation of color #61795C: hue angle of 109.66º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61795C is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 121 92 -
CMYK 0.20 0 0.24 0.53
HSL 109.66º 0.14% 0.42% -
HSV(B) 109.66º 0.24% 0.47% -
XYZ 13.7 16.99 12.68 -
YUV 110.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 97 121 92 0.20 0 0.24 0.53 109.66 0.14 0.42
Hex 61 79 5C 14 0 18 35 6E E 2A
Octal 141 171 134 24 0 30 65 156 16 52
Binary 1100001 1111001 1011100 10100 0 11000 110101 1101110 1110 101010

Color Harmonies of #61795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61795C

Black with #61795C

Text Example


Text Example

White with #61795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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