Html Css Color HEX #60725F Finlandia

📋 copy color: '#60725F'

red 96 ◦ green 114 ◦ blue 95

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

Shades of Finlandia #60725F

Tints of Finlandia #60725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 31.48%
G = 37.38%
B = 31.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#60725F (or 0x60725F) is known color: Finlandia. HEX triplet: 60, 72 and 5F. RGB value is (96,114,95). Sum of RGB (Red+Green+Blue) = 96+114+95=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #60725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60725F is #9F8DA0. Grayscale: #6A6A6A. Windows color (decimal): -10456481 or 6255200. OLE color: 6255200.

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

Color convert

RGB 96 114 95 -
CMYK 0.16 0 0.17 0.55
HSL 116.84º 0.09% 0.41% -
HSV(B) 116.84º 0.17% 0.45% -
XYZ 12.91 15.35 13.11 -
YUV 106.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 96 114 95 0.16 0 0.17 0.55 116.84 0.09 0.41
Hex 60 72 5F 10 0 11 37 75 9 29
Octal 140 162 137 20 0 21 67 165 11 51
Binary 1100000 1110010 1011111 10000 0 10001 110111 1110101 1001 101001

Color Harmonies of #60725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60725F

Black with #60725F

Text Example


Text Example

White with #60725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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