Html Css Color HEX #60745B Finlandia

📋 copy color: '#60745B'

red 96 ◦ green 116 ◦ blue 91

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

Shades of Finlandia #60745B

Tints of Finlandia #60745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 31.68%
G = 38.28%
B = 30.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#60745B (or 0x60745B) is known color: Finlandia. HEX triplet: 60, 74 and 5B. RGB value is (96,116,91). Sum of RGB (Red+Green+Blue) = 96+116+91=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #60745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60745B is #9F8BA4. Grayscale: #6B6B6B. Windows color (decimal): -10455973 or 5993568. OLE color: 5993568.

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

Color convert

RGB 96 116 91 -
CMYK 0.17 0 0.22 0.55
HSL 108º 0.12% 0.41% -
HSV(B) 108º 0.22% 0.45% -
XYZ 12.96 15.73 12.25 -
YUV 107.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 96 116 91 0.17 0 0.22 0.55 108 0.12 0.41
Hex 60 74 5B 11 0 16 37 6C C 29
Octal 140 164 133 21 0 26 67 154 14 51
Binary 1100000 1110100 1011011 10001 0 10110 110111 1101100 1100 101001

Color Harmonies of #60745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60745B

Black with #60745B

Text Example


Text Example

White with #60745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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