Html Css Color HEX #60725D Finlandia

📋 copy color: '#60725D'

red 96 ◦ green 114 ◦ blue 93

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

Shades of Finlandia #60725D

Tints of Finlandia #60725D

RGB

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

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

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

R = 31.68%
G = 37.62%
B = 30.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#60725D (or 0x60725D) is known color: Finlandia. HEX triplet: 60, 72 and 5D. RGB value is (96,114,93). Sum of RGB (Red+Green+Blue) = 96+114+93=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #60725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725D is #9F8DA2. Grayscale: #6A6A6A. Windows color (decimal): -10456483 or 6124128. OLE color: 6124128.

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

Color convert

RGB 96 114 93 -
CMYK 0.16 0 0.18 0.55
HSL 111.43º 0.1% 0.41% -
HSV(B) 111.43º 0.18% 0.45% -
XYZ 12.82 15.31 12.64 -
YUV 106.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 96 114 93 0.16 0 0.18 0.55 111.43 0.1 0.41
Hex 60 72 5D 10 0 12 37 6F A 29
Octal 140 162 135 20 0 22 67 157 12 51
Binary 1100000 1110010 1011101 10000 0 10010 110111 1101111 1010 101001

Color Harmonies of #60725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60725D

Black with #60725D

Text Example


Text Example

White with #60725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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