Html Css Color HEX #60A689 Patina

📋 copy color: '#60A689'

red 96 ◦ green 166 ◦ blue 137

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

Shades of Patina #60A689

Tints of Patina #60A689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 24.06%
G = 41.6%
B = 34.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#60A689 (or 0x60A689) is known color: Patina. HEX triplet: 60, A6 and 89. RGB value is (96,166,137). Sum of RGB (Red+Green+Blue) = 96+166+137=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #60A689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A689 is #9F5976. Grayscale: #8D8D8D. Windows color (decimal): -10443127 or 9021024. OLE color: 9021024.

HSL color Cylindrical-coordinate representation of color #60A689: hue angle of 155.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A689 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 166 137 -
CMYK 0.42 0 0.17 0.35
HSL 155.14º 0.28% 0.51% -
HSV(B) 155.14º 0.42% 0.65% -
XYZ 22.98 31.57 28.55 -
YUV 141.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 96 166 137 0.42 0 0.17 0.35 155.14 0.28 0.51
Hex 60 A6 89 2A 0 11 23 9B 1C 33
Octal 140 246 211 52 0 21 43 233 34 63
Binary 1100000 10100110 10001001 101010 0 10001 100011 10011011 11100 110011

Color Harmonies of #60A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A689

Black with #60A689

Text Example


Text Example

White with #60A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A689; }

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

 H1.HeaderClassName
 {
   color: #60A689;
 }
 .AnyTagClassName
 {
   color: #60A689;
 }
</style>

background-color css

<style>
 a { background-color: #60A689; }

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

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

border-color css

<style>
 span { border-color: #60A689; }

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

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