Html Css Color HEX #60937E Patina

📋 copy color: '#60937E'

red 96 ◦ green 147 ◦ blue 126

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

Shades of Patina #60937E

Tints of Patina #60937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 26.02%
G = 39.84%
B = 34.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#60937E (or 0x60937E) is known color: Patina. HEX triplet: 60, 93 and 7E. RGB value is (96,147,126). Sum of RGB (Red+Green+Blue) = 96+147+126=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #60937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60937E is #9F6C81. Grayscale: #818181. Windows color (decimal): -10448002 or 8295264. OLE color: 8295264.

HSL color Cylindrical-coordinate representation of color #60937E: hue angle of 155.29º 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 #60937E is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 126 -
CMYK 0.35 0 0.14 0.42
HSL 155.29º 0.21% 0.48% -
HSV(B) 155.29º 0.35% 0.58% -
XYZ 19.02 24.86 23.53 -
YUV 129.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 96 147 126 0.35 0 0.14 0.42 155.29 0.21 0.48
Hex 60 93 7E 23 0 E 2A 9B 15 30
Octal 140 223 176 43 0 16 52 233 25 60
Binary 1100000 10010011 1111110 100011 0 1110 101010 10011011 10101 110000

Color Harmonies of #60937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60937E

Black with #60937E

Text Example


Text Example

White with #60937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60937E; }

 p { color: rgb(96,147,126); }

 H1.HeaderClassName
 {
   color: #60937E;
 }
 .AnyTagClassName
 {
   color: #60937E;
 }
</style>

background-color css

<style>
 a { background-color: #60937E; }

 a { background-color: rgb(96,147,126); }

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

border-color css

<style>
 span { border-color: #60937E; }

 span { border-color: rgb(96,147,126); }

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