Html Css Color HEX #60A17F Patina

📋 copy color: '#60A17F'

red 96 ◦ green 161 ◦ blue 127

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

Shades of Patina #60A17F

Tints of Patina #60A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.93%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 25%
G = 41.93%
B = 33.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#60A17F (or 0x60A17F) is known color: Patina. HEX triplet: 60, A1 and 7F. RGB value is (96,161,127). Sum of RGB (Red+Green+Blue) = 96+161+127=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #60A17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A17F is #9F5E80. Grayscale: #898989. Windows color (decimal): -10444417 or 8364384. OLE color: 8364384.

HSL color Cylindrical-coordinate representation of color #60A17F: hue angle of 148.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A17F is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 161 127 -
CMYK 0.40 0 0.21 0.37
HSL 148.62º 0.26% 0.5% -
HSV(B) 148.62º 0.4% 0.63% -
XYZ 21.4 29.51 24.65 -
YUV 137.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 96 161 127 0.40 0 0.21 0.37 148.62 0.26 0.5
Hex 60 A1 7F 28 0 15 25 95 1A 32
Octal 140 241 177 50 0 25 45 225 32 62
Binary 1100000 10100001 1111111 101000 0 10101 100101 10010101 11010 110010

Color Harmonies of #60A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A17F

Black with #60A17F

Text Example


Text Example

White with #60A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,161,127); }

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

background-color css

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

 a { background-color: rgb(96,161,127); }

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

border-color css

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

 span { border-color: rgb(96,161,127); }

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