Html Css Color HEX #60705E Finlandia

📋 copy color: '#60705E'

red 96 ◦ green 112 ◦ blue 94

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

Shades of Finlandia #60705E

Tints of Finlandia #60705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 31.79%
G = 37.09%
B = 31.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#60705E (or 0x60705E) is known color: Finlandia. HEX triplet: 60, 70 and 5E. RGB value is (96,112,94). Sum of RGB (Red+Green+Blue) = 96+112+94=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #60705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60705E is #9F8FA1. Grayscale: #696969. Windows color (decimal): -10456994 or 6189152. OLE color: 6189152.

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

Color convert

RGB 96 112 94 -
CMYK 0.14 0 0.16 0.56
HSL 113.33º 0.09% 0.4% -
HSV(B) 113.33º 0.16% 0.44% -
XYZ 12.64 14.88 12.8 -
YUV 105.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 96 112 94 0.14 0 0.16 0.56 113.33 0.09 0.4
Hex 60 70 5E E 0 10 38 71 9 28
Octal 140 160 136 16 0 20 70 161 11 50
Binary 1100000 1110000 1011110 1110 0 10000 111000 1110001 1001 101000

Color Harmonies of #60705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60705E

Black with #60705E

Text Example


Text Example

White with #60705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60705E; }

 p { color: rgb(96,112,94); }

 H1.HeaderClassName
 {
   color: #60705E;
 }
 .AnyTagClassName
 {
   color: #60705E;
 }
</style>

background-color css

<style>
 a { background-color: #60705E; }

 a { background-color: rgb(96,112,94); }

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

border-color css

<style>
 span { border-color: #60705E; }

 span { border-color: rgb(96,112,94); }

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