Html Css Color HEX #60725B Finlandia

📋 copy color: '#60725B'

red 96 ◦ green 114 ◦ blue 91

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

Shades of Finlandia #60725B

Tints of Finlandia #60725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 31.89%
G = 37.87%
B = 30.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#60725B (or 0x60725B) is known color: Finlandia. HEX triplet: 60, 72 and 5B. RGB value is (96,114,91). Sum of RGB (Red+Green+Blue) = 96+114+91=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #60725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725B is #9F8DA4. Grayscale: #6A6A6A. Windows color (decimal): -10456485 or 5993056. OLE color: 5993056.

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

Color convert

RGB 96 114 91 -
CMYK 0.16 0 0.20 0.55
HSL 106.96º 0.11% 0.4% -
HSV(B) 106.96º 0.2% 0.45% -
XYZ 12.73 15.28 12.18 -
YUV 106 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 96 114 91 0.16 0 0.20 0.55 106.96 0.11 0.4
Hex 60 72 5B 10 0 14 37 6B B 28
Octal 140 162 133 20 0 24 67 153 13 50
Binary 1100000 1110010 1011011 10000 0 10100 110111 1101011 1011 101000

Color Harmonies of #60725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60725B

Black with #60725B

Text Example


Text Example

White with #60725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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