Html Css Color HEX #60765B Finlandia

📋 copy color: '#60765B'

red 96 ◦ green 118 ◦ blue 91

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

Shades of Finlandia #60765B

Tints of Finlandia #60765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 31.48%
G = 38.69%
B = 29.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#60765B (or 0x60765B) is known color: Finlandia. HEX triplet: 60, 76 and 5B. RGB value is (96,118,91). Sum of RGB (Red+Green+Blue) = 96+118+91=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #60765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60765B is #9F89A4. Grayscale: #6C6C6C. Windows color (decimal): -10455461 or 5994080. OLE color: 5994080.

HSL color Cylindrical-coordinate representation of color #60765B: hue angle of 108.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60765B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 91 -
CMYK 0.19 0 0.23 0.54
HSL 108.89º 0.13% 0.41% -
HSV(B) 108.89º 0.23% 0.46% -
XYZ 13.19 16.2 12.33 -
YUV 108.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 96 118 91 0.19 0 0.23 0.54 108.89 0.13 0.41
Hex 60 76 5B 13 0 17 36 6D D 29
Octal 140 166 133 23 0 27 66 155 15 51
Binary 1100000 1110110 1011011 10011 0 10111 110110 1101101 1101 101001

Color Harmonies of #60765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60765B

Black with #60765B

Text Example


Text Example

White with #60765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60765B; }

 p { color: rgb(96,118,91); }

 H1.HeaderClassName
 {
   color: #60765B;
 }
 .AnyTagClassName
 {
   color: #60765B;
 }
</style>

background-color css

<style>
 a { background-color: #60765B; }

 a { background-color: rgb(96,118,91); }

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

border-color css

<style>
 span { border-color: #60765B; }

 span { border-color: rgb(96,118,91); }

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