Html Css Color HEX #607661 Finlandia

📋 copy color: '#607661'

red 96 ◦ green 118 ◦ blue 97

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

Shades of Finlandia #607661

Tints of Finlandia #607661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 30.87%
G = 37.94%
B = 31.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#607661 (or 0x607661) is known color: Finlandia. HEX triplet: 60, 76 and 61. RGB value is (96,118,97). Sum of RGB (Red+Green+Blue) = 96+118+97=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #607661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607661 is #9F899E. Grayscale: #6D6D6D. Windows color (decimal): -10455455 or 6387296. OLE color: 6387296.

HSL color Cylindrical-coordinate representation of color #607661: hue angle of 122.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607661 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 97 -
CMYK 0.19 0 0.18 0.54
HSL 122.73º 0.1% 0.42% -
HSV(B) 122.73º 0.19% 0.46% -
XYZ 13.46 16.31 13.75 -
YUV 109.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 96 118 97 0.19 0 0.18 0.54 122.73 0.1 0.42
Hex 60 76 61 13 0 12 36 7B A 2A
Octal 140 166 141 23 0 22 66 173 12 52
Binary 1100000 1110110 1100001 10011 0 10010 110110 1111011 1010 101010

Color Harmonies of #607661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607661

Black with #607661

Text Example


Text Example

White with #607661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607661; }

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

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

background-color css

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

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

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

border-color css

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

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

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