Html Css Color HEX #607161 Finlandia

📋 copy color: '#607161'

red 96 ◦ green 113 ◦ blue 97

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

Shades of Finlandia #607161

Tints of Finlandia #607161

RGB

 RED value IS 96 (37.89% from 255) = 31.37%

 GREEN value IS 113 (44.53% from 255) = 36.93%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 31.37%
G = 36.93%
B = 31.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#607161 (or 0x607161) is known color: Finlandia. HEX triplet: 60, 71 and 61. RGB value is (96,113,97). Sum of RGB (Red+Green+Blue) = 96+113+97=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #607161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607161 is #9F8E9E. Grayscale: #6A6A6A. Windows color (decimal): -10456735 or 6386016. OLE color: 6386016.

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

Color convert

RGB 96 113 97 -
CMYK 0.15 0 0.14 0.56
HSL 123.53º 0.08% 0.41% -
HSV(B) 123.53º 0.15% 0.44% -
XYZ 12.89 15.16 13.56 -
YUV 106.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 96 113 97 0.15 0 0.14 0.56 123.53 0.08 0.41
Hex 60 71 61 F 0 E 38 7C 8 29
Octal 140 161 141 17 0 16 70 174 10 51
Binary 1100000 1110001 1100001 1111 0 1110 111000 1111100 1000 101001

Color Harmonies of #607161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607161

Black with #607161

Text Example


Text Example

White with #607161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607161; }

 p { color: rgb(96,113,97); }

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

background-color css

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

 a { background-color: rgb(96,113,97); }

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

border-color css

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

 span { border-color: rgb(96,113,97); }

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