Html Css Color HEX #617262 Finlandia

📋 copy color: '#617262'

red 97 ◦ green 114 ◦ blue 98

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

Shades of Finlandia #617262

Tints of Finlandia #617262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 31.39%
G = 36.89%
B = 31.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#617262 (or 0x617262) is known color: Finlandia. HEX triplet: 61, 72 and 62. RGB value is (97,114,98). Sum of RGB (Red+Green+Blue) = 97+114+98=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #617262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617262 is #9E8D9D. Grayscale: #6B6B6B. Windows color (decimal): -10390942 or 6451809. OLE color: 6451809.

HSL color Cylindrical-coordinate representation of color #617262: hue angle of 123.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #617262 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 98 -
CMYK 0.15 0 0.14 0.55
HSL 123.53º 0.08% 0.41% -
HSV(B) 123.53º 0.15% 0.45% -
XYZ 13.15 15.46 13.85 -
YUV 107.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 97 114 98 0.15 0 0.14 0.55 123.53 0.08 0.41
Hex 61 72 62 F 0 E 37 7C 8 29
Octal 141 162 142 17 0 16 67 174 10 51
Binary 1100001 1110010 1100010 1111 0 1110 110111 1111100 1000 101001

Color Harmonies of #617262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617262

Black with #617262

Text Example


Text Example

White with #617262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617262; }

 p { color: rgb(97,114,98); }

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

background-color css

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

 a { background-color: rgb(97,114,98); }

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

border-color css

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

 span { border-color: rgb(97,114,98); }

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