Html Css Color HEX #60897C Patina

📋 copy color: '#60897C'

red 96 ◦ green 137 ◦ blue 124

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

Shades of Patina #60897C

Tints of Patina #60897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.38%

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

R = 26.89%
G = 38.38%
B = 34.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#60897C (or 0x60897C) is known color: Patina. HEX triplet: 60, 89 and 7C. RGB value is (96,137,124). Sum of RGB (Red+Green+Blue) = 96+137+124=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #60897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897C is #9F7683. Grayscale: #7B7B7B. Windows color (decimal): -10450564 or 8161632. OLE color: 8161632.

HSL color Cylindrical-coordinate representation of color #60897C: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60897C is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 124 -
CMYK 0.30 0 0.09 0.46
HSL 160.98º 0.18% 0.46% -
HSV(B) 160.98º 0.3% 0.54% -
XYZ 17.41 21.83 22.37 -
YUV 123.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 96 137 124 0.30 0 0.09 0.46 160.98 0.18 0.46
Hex 60 89 7C 1E 0 9 2E A1 12 2E
Octal 140 211 174 36 0 11 56 241 22 56
Binary 1100000 10001001 1111100 11110 0 1001 101110 10100001 10010 101110

Color Harmonies of #60897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60897C

Black with #60897C

Text Example


Text Example

White with #60897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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