Html Css Color HEX #60735C Finlandia

📋 copy color: '#60735C'

red 96 ◦ green 115 ◦ blue 92

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

Shades of Finlandia #60735C

Tints of Finlandia #60735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 31.68%
G = 37.95%
B = 30.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#60735C (or 0x60735C) is known color: Finlandia. HEX triplet: 60, 73 and 5C. RGB value is (96,115,92). Sum of RGB (Red+Green+Blue) = 96+115+92=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #60735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60735C is #9F8CA3. Grayscale: #6A6A6A. Windows color (decimal): -10456228 or 6058848. OLE color: 6058848.

HSL color Cylindrical-coordinate representation of color #60735C: hue angle of 109.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60735C is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 92 -
CMYK 0.17 0 0.20 0.55
HSL 109.57º 0.11% 0.41% -
HSV(B) 109.57º 0.2% 0.45% -
XYZ 12.89 15.52 12.44 -
YUV 106.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 96 115 92 0.17 0 0.20 0.55 109.57 0.11 0.41
Hex 60 73 5C 11 0 14 37 6E B 29
Octal 140 163 134 21 0 24 67 156 13 51
Binary 1100000 1110011 1011100 10001 0 10100 110111 1101110 1011 101001

Color Harmonies of #60735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60735C

Black with #60735C

Text Example


Text Example

White with #60735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60735C; }

 p { color: rgb(96,115,92); }

 H1.HeaderClassName
 {
   color: #60735C;
 }
 .AnyTagClassName
 {
   color: #60735C;
 }
</style>

background-color css

<style>
 a { background-color: #60735C; }

 a { background-color: rgb(96,115,92); }

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

border-color css

<style>
 span { border-color: #60735C; }

 span { border-color: rgb(96,115,92); }

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