Html Css Color HEX #60867E Patina

📋 copy color: '#60867E'

red 96 ◦ green 134 ◦ blue 126

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

Shades of Patina #60867E

Tints of Patina #60867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

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

R = 26.97%
G = 37.64%
B = 35.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#60867E (or 0x60867E) is known color: Patina. HEX triplet: 60, 86 and 7E. RGB value is (96,134,126). Sum of RGB (Red+Green+Blue) = 96+134+126=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #60867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867E is #9F7981. Grayscale: #797979. Windows color (decimal): -10451330 or 8291936. OLE color: 8291936.

HSL color Cylindrical-coordinate representation of color #60867E: hue angle of 167.37º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60867E is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 126 -
CMYK 0.28 0 0.06 0.47
HSL 167.37º 0.17% 0.45% -
HSV(B) 167.37º 0.28% 0.53% -
XYZ 17.11 21.04 22.9 -
YUV 121.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 96 134 126 0.28 0 0.06 0.47 167.37 0.17 0.45
Hex 60 86 7E 1C 0 6 2F A7 11 2D
Octal 140 206 176 34 0 6 57 247 21 55
Binary 1100000 10000110 1111110 11100 0 110 101111 10100111 10001 101101

Color Harmonies of #60867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60867E

Black with #60867E

Text Example


Text Example

White with #60867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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