Html Css Color HEX #60745E Finlandia

📋 copy color: '#60745E'

red 96 ◦ green 116 ◦ blue 94

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

Shades of Finlandia #60745E

Tints of Finlandia #60745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 31.37%
G = 37.91%
B = 30.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#60745E (or 0x60745E) is known color: Finlandia. HEX triplet: 60, 74 and 5E. RGB value is (96,116,94). Sum of RGB (Red+Green+Blue) = 96+116+94=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #60745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60745E is #9F8BA1. Grayscale: #6B6B6B. Windows color (decimal): -10455970 or 6190176. OLE color: 6190176.

HSL color Cylindrical-coordinate representation of color #60745E: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60745E is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 116 94 -
CMYK 0.17 0 0.19 0.55
HSL 114.55º 0.1% 0.41% -
HSV(B) 114.55º 0.19% 0.45% -
XYZ 13.09 15.79 12.95 -
YUV 107.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 96 116 94 0.17 0 0.19 0.55 114.55 0.1 0.41
Hex 60 74 5E 11 0 13 37 73 A 29
Octal 140 164 136 21 0 23 67 163 12 51
Binary 1100000 1110100 1011110 10001 0 10011 110111 1110011 1010 101001

Color Harmonies of #60745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60745E

Black with #60745E

Text Example


Text Example

White with #60745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60745E; }

 p { color: rgb(96,116,94); }

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

background-color css

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

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

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

border-color css

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

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

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