Html Css Color HEX #60997C Patina

📋 copy color: '#60997C'

red 96 ◦ green 153 ◦ blue 124

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

Shades of Patina #60997C

Tints of Patina #60997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 25.74%
G = 41.02%
B = 33.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#60997C (or 0x60997C) is known color: Patina. HEX triplet: 60, 99 and 7C. RGB value is (96,153,124). Sum of RGB (Red+Green+Blue) = 96+153+124=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #60997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60997C is #9F6683. Grayscale: #848484. Windows color (decimal): -10446468 or 8165728. OLE color: 8165728.

HSL color Cylindrical-coordinate representation of color #60997C: hue angle of 149.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60997C is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 124 -
CMYK 0.37 0 0.19 0.4
HSL 149.47º 0.23% 0.49% -
HSV(B) 149.47º 0.37% 0.6% -
XYZ 19.85 26.72 23.18 -
YUV 132.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 96 153 124 0.37 0 0.19 0.4 149.47 0.23 0.49
Hex 60 99 7C 25 0 13 28 95 17 31
Octal 140 231 174 45 0 23 50 225 27 61
Binary 1100000 10011001 1111100 100101 0 10011 101000 10010101 10111 110001

Color Harmonies of #60997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60997C

Black with #60997C

Text Example


Text Example

White with #60997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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