Html Css Color HEX #60857E Patina

📋 copy color: '#60857E'

red 96 ◦ green 133 ◦ blue 126

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

Shades of Patina #60857E

Tints of Patina #60857E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 27.04%
G = 37.46%
B = 35.49%

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

#60857E (or 0x60857E) is known color: Patina. HEX triplet: 60, 85 and 7E. RGB value is (96,133,126). Sum of RGB (Red+Green+Blue) = 96+133+126=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #60857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857E is #9F7A81. Grayscale: #797979. Windows color (decimal): -10451586 or 8291680. OLE color: 8291680.

HSL color Cylindrical-coordinate representation of color #60857E: hue angle of 168.65º 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 #60857E is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 126 -
CMYK 0.28 0 0.05 0.48
HSL 168.65º 0.16% 0.45% -
HSV(B) 168.65º 0.28% 0.52% -
XYZ 16.98 20.77 22.85 -
YUV 121.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 96 133 126 0.28 0 0.05 0.48 168.65 0.16 0.45
Hex 60 85 7E 1C 0 5 30 A9 10 2D
Octal 140 205 176 34 0 5 60 251 20 55
Binary 1100000 10000101 1111110 11100 0 101 110000 10101001 10000 101101

Color Harmonies of #60857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60857E

Black with #60857E

Text Example


Text Example

White with #60857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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