Html Css Color HEX #60977C Patina

📋 copy color: '#60977C'

red 96 ◦ green 151 ◦ blue 124

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

Shades of Patina #60977C

Tints of Patina #60977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 25.88%
G = 40.7%
B = 33.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#60977C (or 0x60977C) is known color: Patina. HEX triplet: 60, 97 and 7C. RGB value is (96,151,124). Sum of RGB (Red+Green+Blue) = 96+151+124=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #60977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60977C is #9F6883. Grayscale: #838383. Windows color (decimal): -10446980 or 8165216. OLE color: 8165216.

HSL color Cylindrical-coordinate representation of color #60977C: hue angle of 150.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60977C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 124 -
CMYK 0.36 0 0.18 0.41
HSL 150.55º 0.22% 0.48% -
HSV(B) 150.55º 0.36% 0.59% -
XYZ 19.53 26.08 23.07 -
YUV 131.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 96 151 124 0.36 0 0.18 0.41 150.55 0.22 0.48
Hex 60 97 7C 24 0 12 29 97 16 30
Octal 140 227 174 44 0 22 51 227 26 60
Binary 1100000 10010111 1111100 100100 0 10010 101001 10010111 10110 110000

Color Harmonies of #60977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60977C

Black with #60977C

Text Example


Text Example

White with #60977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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