Html Css Color HEX #61735A Finlandia

📋 copy color: '#61735A'

red 97 ◦ green 115 ◦ blue 90

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

Shades of Finlandia #61735A

Tints of Finlandia #61735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 32.12%
G = 38.08%
B = 29.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#61735A (or 0x61735A) is known color: Finlandia. HEX triplet: 61, 73 and 5A. RGB value is (97,115,90). Sum of RGB (Red+Green+Blue) = 97+115+90=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #61735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61735A is #9E8CA5. Grayscale: #6A6A6A. Windows color (decimal): -10390694 or 5927777. OLE color: 5927777.

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

Color convert

RGB 97 115 90 -
CMYK 0.16 0 0.22 0.55
HSL 103.2º 0.12% 0.4% -
HSV(B) 103.2º 0.22% 0.45% -
XYZ 12.91 15.54 11.99 -
YUV 106.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 97 115 90 0.16 0 0.22 0.55 103.2 0.12 0.4
Hex 61 73 5A 10 0 16 37 67 C 28
Octal 141 163 132 20 0 26 67 147 14 50
Binary 1100001 1110011 1011010 10000 0 10110 110111 1100111 1100 101000

Color Harmonies of #61735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61735A

Black with #61735A

Text Example


Text Example

White with #61735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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