Html Css Color HEX #60785D Finlandia

📋 copy color: '#60785D'

red 96 ◦ green 120 ◦ blue 93

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

Shades of Finlandia #60785D

Tints of Finlandia #60785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 31.07%
G = 38.83%
B = 30.1%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#60785D (or 0x60785D) is known color: Finlandia. HEX triplet: 60, 78 and 5D. RGB value is (96,120,93). Sum of RGB (Red+Green+Blue) = 96+120+93=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #60785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60785D is #9F87A2. Grayscale: #6D6D6D. Windows color (decimal): -10454947 or 6125664. OLE color: 6125664.

HSL color Cylindrical-coordinate representation of color #60785D: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60785D is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 93 -
CMYK 0.2 0 0.22 0.53
HSL 113.33º 0.13% 0.42% -
HSV(B) 113.33º 0.23% 0.47% -
XYZ 13.52 16.71 12.87 -
YUV 109.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 96 120 93 0.2 0 0.22 0.53 113.33 0.13 0.42
Hex 60 78 5D 14 0 16 35 71 D 2A
Octal 140 170 135 24 0 26 65 161 15 52
Binary 1100000 1111000 1011101 10100 0 10110 110101 1110001 1101 101010

Color Harmonies of #60785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60785D

Black with #60785D

Text Example


Text Example

White with #60785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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