Html Css Color HEX #66887C Patina

📋 copy color: '#66887C'

red 102 ◦ green 136 ◦ blue 124

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

Shades of Patina #66887C

Tints of Patina #66887C

RGB

 RED value IS 102 (40.23% from 255) = 28.18%

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 28.18%
G = 37.57%
B = 34.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#66887C (or 0x66887C) is known color: Patina. HEX triplet: 66, 88 and 7C. RGB value is (102,136,124). Sum of RGB (Red+Green+Blue) = 102+136+124=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #66887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66887C is #997783. Grayscale: #7C7C7C. Windows color (decimal): -10057604 or 8161382. OLE color: 8161382.

HSL color Cylindrical-coordinate representation of color #66887C: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66887C is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 124 -
CMYK 0.25 0 0.09 0.47
HSL 158.82º 0.14% 0.47% -
HSV(B) 158.82º 0.25% 0.53% -
XYZ 17.92 21.89 22.35 -
YUV 124.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 102 136 124 0.25 0 0.09 0.47 158.82 0.14 0.47
Hex 66 88 7C 19 0 9 2F 9F E 2F
Octal 146 210 174 31 0 11 57 237 16 57
Binary 1100110 10001000 1111100 11001 0 1001 101111 10011111 1110 101111

Color Harmonies of #66887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66887C

Black with #66887C

Text Example


Text Example

White with #66887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66887C; }

 p { color: rgb(102,136,124); }

 H1.HeaderClassName
 {
   color: #66887C;
 }
 .AnyTagClassName
 {
   color: #66887C;
 }
</style>

background-color css

<style>
 a { background-color: #66887C; }

 a { background-color: rgb(102,136,124); }

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

border-color css

<style>
 span { border-color: #66887C; }

 span { border-color: rgb(102,136,124); }

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