Html Css Color HEX #60947C Patina

📋 copy color: '#60947C'

red 96 ◦ green 148 ◦ blue 124

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

Shades of Patina #60947C

Tints of Patina #60947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 26.09%
G = 40.22%
B = 33.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#60947C (or 0x60947C) is known color: Patina. HEX triplet: 60, 94 and 7C. RGB value is (96,148,124). Sum of RGB (Red+Green+Blue) = 96+148+124=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #60947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60947C is #9F6B83. Grayscale: #818181. Windows color (decimal): -10447748 or 8164448. OLE color: 8164448.

HSL color Cylindrical-coordinate representation of color #60947C: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60947C is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 124 -
CMYK 0.35 0 0.16 0.42
HSL 152.31º 0.21% 0.48% -
HSV(B) 152.31º 0.35% 0.58% -
XYZ 19.05 25.12 22.91 -
YUV 129.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 96 148 124 0.35 0 0.16 0.42 152.31 0.21 0.48
Hex 60 94 7C 23 0 10 2A 98 15 30
Octal 140 224 174 43 0 20 52 230 25 60
Binary 1100000 10010100 1111100 100011 0 10000 101010 10011000 10101 110000

Color Harmonies of #60947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60947C

Black with #60947C

Text Example


Text Example

White with #60947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60947C; }

 p { color: rgb(96,148,124); }

 H1.HeaderClassName
 {
   color: #60947C;
 }
 .AnyTagClassName
 {
   color: #60947C;
 }
</style>

background-color css

<style>
 a { background-color: #60947C; }

 a { background-color: rgb(96,148,124); }

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

border-color css

<style>
 span { border-color: #60947C; }

 span { border-color: rgb(96,148,124); }

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