Html Css Color HEX #60775D Finlandia

📋 copy color: '#60775D'

red 96 ◦ green 119 ◦ blue 93

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

Shades of Finlandia #60775D

Tints of Finlandia #60775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

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

R = 31.17%
G = 38.64%
B = 30.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#60775D (or 0x60775D) is known color: Finlandia. HEX triplet: 60, 77 and 5D. RGB value is (96,119,93). Sum of RGB (Red+Green+Blue) = 96+119+93=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #60775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60775D is #9F88A2. Grayscale: #6D6D6D. Windows color (decimal): -10455203 or 6125408. OLE color: 6125408.

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

Color convert

RGB 96 119 93 -
CMYK 0.19 0 0.22 0.53
HSL 113.08º 0.12% 0.42% -
HSV(B) 113.08º 0.22% 0.47% -
XYZ 13.4 16.47 12.83 -
YUV 109.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 96 119 93 0.19 0 0.22 0.53 113.08 0.12 0.42
Hex 60 77 5D 13 0 16 35 71 C 2A
Octal 140 167 135 23 0 26 65 161 14 52
Binary 1100000 1110111 1011101 10011 0 10110 110101 1110001 1100 101010

Color Harmonies of #60775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60775D

Black with #60775D

Text Example


Text Example

White with #60775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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