Html Css Color HEX #60715A Finlandia

📋 copy color: '#60715A'

red 96 ◦ green 113 ◦ blue 90

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

Shades of Finlandia #60715A

Tints of Finlandia #60715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 32.11%
G = 37.79%
B = 30.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#60715A (or 0x60715A) is known color: Finlandia. HEX triplet: 60, 71 and 5A. RGB value is (96,113,90). Sum of RGB (Red+Green+Blue) = 96+113+90=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #60715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715A is #9F8EA5. Grayscale: #696969. Windows color (decimal): -10456742 or 5927264. OLE color: 5927264.

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

Color convert

RGB 96 113 90 -
CMYK 0.15 0 0.20 0.56
HSL 104.35º 0.11% 0.4% -
HSV(B) 104.35º 0.2% 0.44% -
XYZ 12.57 15.04 11.91 -
YUV 105.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 96 113 90 0.15 0 0.20 0.56 104.35 0.11 0.4
Hex 60 71 5A F 0 14 38 68 B 28
Octal 140 161 132 17 0 24 70 150 13 50
Binary 1100000 1110001 1011010 1111 0 10100 111000 1101000 1011 101000

Color Harmonies of #60715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60715A

Black with #60715A

Text Example


Text Example

White with #60715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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