Html Css Color HEX #60887D Patina

📋 copy color: '#60887D'

red 96 ◦ green 136 ◦ blue 125

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

Shades of Patina #60887D

Tints of Patina #60887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

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

R = 26.89%
G = 38.1%
B = 35.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#60887D (or 0x60887D) is known color: Patina. HEX triplet: 60, 88 and 7D. RGB value is (96,136,125). Sum of RGB (Red+Green+Blue) = 96+136+125=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #60887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60887D is #9F7782. Grayscale: #7A7A7A. Windows color (decimal): -10450819 or 8226912. OLE color: 8226912.

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

Color convert

RGB 96 136 125 -
CMYK 0.29 0 0.08 0.47
HSL 163.5º 0.17% 0.45% -
HSV(B) 163.5º 0.29% 0.53% -
XYZ 17.33 21.58 22.65 -
YUV 122.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 96 136 125 0.29 0 0.08 0.47 163.5 0.17 0.45
Hex 60 88 7D 1D 0 8 2F A4 11 2D
Octal 140 210 175 35 0 10 57 244 21 55
Binary 1100000 10001000 1111101 11101 0 1000 101111 10100100 10001 101101

Color Harmonies of #60887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60887D

Black with #60887D

Text Example


Text Example

White with #60887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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