Html Css Color HEX #607160 Finlandia

📋 copy color: '#607160'

red 96 ◦ green 113 ◦ blue 96

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

Shades of Finlandia #607160

Tints of Finlandia #607160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 31.48%
G = 37.05%
B = 31.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#607160 (or 0x607160) is known color: Finlandia. HEX triplet: 60, 71 and 60. RGB value is (96,113,96). Sum of RGB (Red+Green+Blue) = 96+113+96=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #607160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607160 is #9F8E9F. Grayscale: #6A6A6A. Windows color (decimal): -10456736 or 6320480. OLE color: 6320480.

HSL color Cylindrical-coordinate representation of color #607160: hue angle of 120º 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 #607160 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 96 -
CMYK 0.15 0 0.15 0.56
HSL 120º 0.08% 0.41% -
HSV(B) 120º 0.15% 0.44% -
XYZ 12.84 15.14 13.31 -
YUV 105.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 96 113 96 0.15 0 0.15 0.56 120 0.08 0.41
Hex 60 71 60 F 0 F 38 78 8 29
Octal 140 161 140 17 0 17 70 170 10 51
Binary 1100000 1110001 1100000 1111 0 1111 111000 1111000 1000 101001

Color Harmonies of #607160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607160

Black with #607160

Text Example


Text Example

White with #607160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607160; }

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

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

background-color css

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

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

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

border-color css

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

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

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