Html Css Color HEX #60755D Finlandia

📋 copy color: '#60755D'

red 96 ◦ green 117 ◦ blue 93

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

Shades of Finlandia #60755D

Tints of Finlandia #60755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 31.37%
G = 38.24%
B = 30.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#60755D (or 0x60755D) is known color: Finlandia. HEX triplet: 60, 75 and 5D. RGB value is (96,117,93). Sum of RGB (Red+Green+Blue) = 96+117+93=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #60755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60755D is #9F8AA2. Grayscale: #6C6C6C. Windows color (decimal): -10455715 or 6124896. OLE color: 6124896.

HSL color Cylindrical-coordinate representation of color #60755D: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60755D is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 93 -
CMYK 0.18 0 0.21 0.54
HSL 112.5º 0.11% 0.41% -
HSV(B) 112.5º 0.21% 0.46% -
XYZ 13.16 16 12.75 -
YUV 107.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 96 117 93 0.18 0 0.21 0.54 112.5 0.11 0.41
Hex 60 75 5D 12 0 15 36 70 B 29
Octal 140 165 135 22 0 25 66 160 13 51
Binary 1100000 1110101 1011101 10010 0 10101 110110 1110000 1011 101001

Color Harmonies of #60755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60755D

Black with #60755D

Text Example


Text Example

White with #60755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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