Html Css Color HEX #60715F Finlandia

📋 copy color: '#60715F'

red 96 ◦ green 113 ◦ blue 95

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

Shades of Finlandia #60715F

Tints of Finlandia #60715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 31.58%
G = 37.17%
B = 31.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#60715F (or 0x60715F) is known color: Finlandia. HEX triplet: 60, 71 and 5F. RGB value is (96,113,95). Sum of RGB (Red+Green+Blue) = 96+113+95=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #60715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715F is #9F8EA0. Grayscale: #696969. Windows color (decimal): -10456737 or 6254944. OLE color: 6254944.

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

Color convert

RGB 96 113 95 -
CMYK 0.15 0 0.16 0.56
HSL 116.67º 0.09% 0.41% -
HSV(B) 116.67º 0.16% 0.44% -
XYZ 12.79 15.12 13.07 -
YUV 105.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 96 113 95 0.15 0 0.16 0.56 116.67 0.09 0.41
Hex 60 71 5F F 0 10 38 75 9 29
Octal 140 161 137 17 0 20 70 165 11 51
Binary 1100000 1110001 1011111 1111 0 10000 111000 1110101 1001 101001

Color Harmonies of #60715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60715F

Black with #60715F

Text Example


Text Example

White with #60715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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