Html Css Color HEX #60A58E Patina

📋 copy color: '#60A58E'

red 96 ◦ green 165 ◦ blue 142

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

Shades of Patina #60A58E

Tints of Patina #60A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 23.82%
G = 40.94%
B = 35.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#60A58E (or 0x60A58E) is known color: Patina. HEX triplet: 60, A5 and 8E. RGB value is (96,165,142). Sum of RGB (Red+Green+Blue) = 96+165+142=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #60A58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A58E is #9F5A71. Grayscale: #8D8D8D. Windows color (decimal): -10443378 or 9348448. OLE color: 9348448.

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

Color convert

RGB 96 165 142 -
CMYK 0.42 0 0.14 0.35
HSL 160º 0.28% 0.51% -
HSV(B) 160º 0.42% 0.65% -
XYZ 23.16 31.35 30.42 -
YUV 141.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 96 165 142 0.42 0 0.14 0.35 160 0.28 0.51
Hex 60 A5 8E 2A 0 E 23 A0 1C 33
Octal 140 245 216 52 0 16 43 240 34 63
Binary 1100000 10100101 10001110 101010 0 1110 100011 10100000 11100 110011

Color Harmonies of #60A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A58E

Black with #60A58E

Text Example


Text Example

White with #60A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,142); }

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

background-color css

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

 a { background-color: rgb(96,165,142); }

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

border-color css

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

 span { border-color: rgb(96,165,142); }

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