Html Css Color HEX #61755B Finlandia

📋 copy color: '#61755B'

red 97 ◦ green 117 ◦ blue 91

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

Shades of Finlandia #61755B

Tints of Finlandia #61755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 31.8%
G = 38.36%
B = 29.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#61755B (or 0x61755B) is known color: Finlandia. HEX triplet: 61, 75 and 5B. RGB value is (97,117,91). Sum of RGB (Red+Green+Blue) = 97+117+91=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #61755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61755B is #9E8AA4. Grayscale: #6C6C6C. Windows color (decimal): -10390181 or 5993825. OLE color: 5993825.

HSL color Cylindrical-coordinate representation of color #61755B: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61755B is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 91 -
CMYK 0.17 0 0.22 0.54
HSL 106.15º 0.13% 0.41% -
HSV(B) 106.15º 0.22% 0.46% -
XYZ 13.18 16.02 12.29 -
YUV 108.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 97 117 91 0.17 0 0.22 0.54 106.15 0.13 0.41
Hex 61 75 5B 11 0 16 36 6A C 29
Octal 141 165 133 21 0 26 66 152 14 51
Binary 1100001 1110101 1011011 10001 0 10110 110110 1101010 1100 101001

Color Harmonies of #61755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61755B

Black with #61755B

Text Example


Text Example

White with #61755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61755B; }

 p { color: rgb(97,117,91); }

 H1.HeaderClassName
 {
   color: #61755B;
 }
 .AnyTagClassName
 {
   color: #61755B;
 }
</style>

background-color css

<style>
 a { background-color: #61755B; }

 a { background-color: rgb(97,117,91); }

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

border-color css

<style>
 span { border-color: #61755B; }

 span { border-color: rgb(97,117,91); }

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