Html Css Color HEX #61735B Finlandia

📋 copy color: '#61735B'

red 97 ◦ green 115 ◦ blue 91

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

Shades of Finlandia #61735B

Tints of Finlandia #61735B

RGB

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

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

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

R = 32.01%
G = 37.95%
B = 30.03%

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

#61735B (or 0x61735B) is known color: Finlandia. HEX triplet: 61, 73 and 5B. RGB value is (97,115,91). Sum of RGB (Red+Green+Blue) = 97+115+91=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #61735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61735B is #9E8CA4. Grayscale: #6A6A6A. Windows color (decimal): -10390693 or 5993313. OLE color: 5993313.

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

Color convert

RGB 97 115 91 -
CMYK 0.16 0 0.21 0.55
HSL 105º 0.12% 0.4% -
HSV(B) 105º 0.21% 0.45% -
XYZ 12.95 15.56 12.22 -
YUV 106.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 97 115 91 0.16 0 0.21 0.55 105 0.12 0.4
Hex 61 73 5B 10 0 15 37 69 C 28
Octal 141 163 133 20 0 25 67 151 14 50
Binary 1100001 1110011 1011011 10000 0 10101 110111 1101001 1100 101000

Color Harmonies of #61735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61735B

Black with #61735B

Text Example


Text Example

White with #61735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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