Html Css Color HEX #606F60 Finlandia

📋 copy color: '#606F60'

red 96 ◦ green 111 ◦ blue 96

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

Shades of Finlandia #606F60

Tints of Finlandia #606F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

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

R = 31.68%
G = 36.63%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#606F60 (or 0x606F60) is known color: Finlandia. HEX triplet: 60, 6F and 60. RGB value is (96,111,96). Sum of RGB (Red+Green+Blue) = 96+111+96=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #606F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F60 is #9F909F. Grayscale: #686868. Windows color (decimal): -10457248 or 6319968. OLE color: 6319968.

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

Color convert

RGB 96 111 96 -
CMYK 0.14 0 0.14 0.56
HSL 120º 0.07% 0.41% -
HSV(B) 120º 0.14% 0.44% -
XYZ 12.62 14.7 13.24 -
YUV 104.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 96 111 96 0.14 0 0.14 0.56 120 0.07 0.41
Hex 60 6F 60 E 0 E 38 78 7 29
Octal 140 157 140 16 0 16 70 170 7 51
Binary 1100000 1101111 1100000 1110 0 1110 111000 1111000 111 101001

Color Harmonies of #606F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F60

Black with #606F60

Text Example


Text Example

White with #606F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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