Html Css Color HEX #60857F Patina

📋 copy color: '#60857F'

red 96 ◦ green 133 ◦ blue 127

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

Shades of Patina #60857F

Tints of Patina #60857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

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

R = 26.97%
G = 37.36%
B = 35.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#60857F (or 0x60857F) is known color: Patina. HEX triplet: 60, 85 and 7F. RGB value is (96,133,127). Sum of RGB (Red+Green+Blue) = 96+133+127=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #60857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857F is #9F7A80. Grayscale: #797979. Windows color (decimal): -10451585 or 8357216. OLE color: 8357216.

HSL color Cylindrical-coordinate representation of color #60857F: hue angle of 170.27º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60857F is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 127 -
CMYK 0.28 0 0.05 0.48
HSL 170.27º 0.16% 0.45% -
HSV(B) 170.27º 0.28% 0.52% -
XYZ 17.04 20.79 23.19 -
YUV 121.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 96 133 127 0.28 0 0.05 0.48 170.27 0.16 0.45
Hex 60 85 7F 1C 0 5 30 AA 10 2D
Octal 140 205 177 34 0 5 60 252 20 55
Binary 1100000 10000101 1111111 11100 0 101 110000 10101010 10000 101101

Color Harmonies of #60857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60857F

Black with #60857F

Text Example


Text Example

White with #60857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60857F; }

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

 H1.HeaderClassName
 {
   color: #60857F;
 }
 .AnyTagClassName
 {
   color: #60857F;
 }
</style>

background-color css

<style>
 a { background-color: #60857F; }

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

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

border-color css

<style>
 span { border-color: #60857F; }

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

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