Html Css Color HEX #60735F Finlandia

📋 copy color: '#60735F'

red 96 ◦ green 115 ◦ blue 95

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

Shades of Finlandia #60735F

Tints of Finlandia #60735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 31.37%
G = 37.58%
B = 31.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#60735F (or 0x60735F) is known color: Finlandia. HEX triplet: 60, 73 and 5F. RGB value is (96,115,95). Sum of RGB (Red+Green+Blue) = 96+115+95=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #60735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60735F is #9F8CA0. Grayscale: #6B6B6B. Windows color (decimal): -10456225 or 6255456. OLE color: 6255456.

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

Color convert

RGB 96 115 95 -
CMYK 0.17 0 0.17 0.55
HSL 117º 0.1% 0.41% -
HSV(B) 117º 0.17% 0.45% -
XYZ 13.02 15.57 13.15 -
YUV 107.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 96 115 95 0.17 0 0.17 0.55 117 0.1 0.41
Hex 60 73 5F 11 0 11 37 75 A 29
Octal 140 163 137 21 0 21 67 165 12 51
Binary 1100000 1110011 1011111 10001 0 10001 110111 1110101 1010 101001

Color Harmonies of #60735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60735F

Black with #60735F

Text Example


Text Example

White with #60735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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