Html Css Color HEX #60715B Finlandia

📋 copy color: '#60715B'

red 96 ◦ green 113 ◦ blue 91

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

Shades of Finlandia #60715B

Tints of Finlandia #60715B

RGB

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

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

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

R = 32%
G = 37.67%
B = 30.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#60715B (or 0x60715B) is known color: Finlandia. HEX triplet: 60, 71 and 5B. RGB value is (96,113,91). Sum of RGB (Red+Green+Blue) = 96+113+91=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #60715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60715B is #9F8EA4. Grayscale: #696969. Windows color (decimal): -10456741 or 5992800. OLE color: 5992800.

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

Color convert

RGB 96 113 91 -
CMYK 0.15 0 0.19 0.56
HSL 106.36º 0.11% 0.4% -
HSV(B) 106.36º 0.19% 0.44% -
XYZ 12.62 15.05 12.14 -
YUV 105.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 96 113 91 0.15 0 0.19 0.56 106.36 0.11 0.4
Hex 60 71 5B F 0 13 38 6A B 28
Octal 140 161 133 17 0 23 70 152 13 50
Binary 1100000 1110001 1011011 1111 0 10011 111000 1101010 1011 101000

Color Harmonies of #60715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60715B

Black with #60715B

Text Example


Text Example

White with #60715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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