Html Css Color HEX #607561 Finlandia

📋 copy color: '#607561'

red 96 ◦ green 117 ◦ blue 97

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

Shades of Finlandia #607561

Tints of Finlandia #607561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 30.97%
G = 37.74%
B = 31.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#607561 (or 0x607561) is known color: Finlandia. HEX triplet: 60, 75 and 61. RGB value is (96,117,97). Sum of RGB (Red+Green+Blue) = 96+117+97=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #607561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607561 is #9F8A9E. Grayscale: #6C6C6C. Windows color (decimal): -10455711 or 6387040. OLE color: 6387040.

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

Color convert

RGB 96 117 97 -
CMYK 0.18 0 0.17 0.54
HSL 122.86º 0.1% 0.42% -
HSV(B) 122.86º 0.18% 0.46% -
XYZ 13.34 16.07 13.71 -
YUV 108.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 96 117 97 0.18 0 0.17 0.54 122.86 0.1 0.42
Hex 60 75 61 12 0 11 36 7B A 2A
Octal 140 165 141 22 0 21 66 173 12 52
Binary 1100000 1110101 1100001 10010 0 10001 110110 1111011 1010 101010

Color Harmonies of #607561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607561

Black with #607561

Text Example


Text Example

White with #607561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607561; }

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

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

background-color css

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

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

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

border-color css

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

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

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