Html Css Color HEX #60715D Finlandia

📋 copy color: '#60715D'

red 96 ◦ green 113 ◦ blue 93

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

Shades of Finlandia #60715D

Tints of Finlandia #60715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 31.79%
G = 37.42%
B = 30.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#60715D (or 0x60715D) is known color: Finlandia. HEX triplet: 60, 71 and 5D. RGB value is (96,113,93). Sum of RGB (Red+Green+Blue) = 96+113+93=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #60715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715D is #9F8EA2. Grayscale: #696969. Windows color (decimal): -10456739 or 6123872. OLE color: 6123872.

HSL color Cylindrical-coordinate representation of color #60715D: hue angle of 111º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60715D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 93 -
CMYK 0.15 0 0.18 0.56
HSL 111º 0.1% 0.4% -
HSV(B) 111º 0.18% 0.44% -
XYZ 12.7 15.09 12.6 -
YUV 105.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 96 113 93 0.15 0 0.18 0.56 111 0.1 0.4
Hex 60 71 5D F 0 12 38 6F A 28
Octal 140 161 135 17 0 22 70 157 12 50
Binary 1100000 1110001 1011101 1111 0 10010 111000 1101111 1010 101000

Color Harmonies of #60715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60715D

Black with #60715D

Text Example


Text Example

White with #60715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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