Html Css Color HEX #60847D Patina

📋 copy color: '#60847D'

red 96 ◦ green 132 ◦ blue 125

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

Shades of Patina #60847D

Tints of Patina #60847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 27.2%
G = 37.39%
B = 35.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#60847D (or 0x60847D) is known color: Patina. HEX triplet: 60, 84 and 7D. RGB value is (96,132,125). Sum of RGB (Red+Green+Blue) = 96+132+125=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #60847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60847D is #9F7B82. Grayscale: #787878. Windows color (decimal): -10451843 or 8225888. OLE color: 8225888.

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

Color convert

RGB 96 132 125 -
CMYK 0.27 0 0.05 0.48
HSL 168.33º 0.16% 0.45% -
HSV(B) 168.33º 0.27% 0.52% -
XYZ 16.78 20.47 22.47 -
YUV 120.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 96 132 125 0.27 0 0.05 0.48 168.33 0.16 0.45
Hex 60 84 7D 1B 0 5 30 A8 10 2D
Octal 140 204 175 33 0 5 60 250 20 55
Binary 1100000 10000100 1111101 11011 0 101 110000 10101000 10000 101101

Color Harmonies of #60847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60847D

Black with #60847D

Text Example


Text Example

White with #60847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60847D; }

 p { color: rgb(96,132,125); }

 H1.HeaderClassName
 {
   color: #60847D;
 }
 .AnyTagClassName
 {
   color: #60847D;
 }
</style>

background-color css

<style>
 a { background-color: #60847D; }

 a { background-color: rgb(96,132,125); }

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

border-color css

<style>
 span { border-color: #60847D; }

 span { border-color: rgb(96,132,125); }

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