Html Css Color HEX #66867F Patina

📋 copy color: '#66867F'

red 102 ◦ green 134 ◦ blue 127

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

Shades of Patina #66867F

Tints of Patina #66867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 28.1%
G = 36.91%
B = 34.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#66867F (or 0x66867F) is known color: Patina. HEX triplet: 66, 86 and 7F. RGB value is (102,134,127). Sum of RGB (Red+Green+Blue) = 102+134+127=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #66867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66867F is #997980. Grayscale: #7B7B7B. Windows color (decimal): -10058113 or 8357478. OLE color: 8357478.

HSL color Cylindrical-coordinate representation of color #66867F: hue angle of 166.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66867F is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 127 -
CMYK 0.24 0 0.05 0.47
HSL 166.88º 0.14% 0.46% -
HSV(B) 166.88º 0.24% 0.53% -
XYZ 17.84 21.41 23.27 -
YUV 123.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 102 134 127 0.24 0 0.05 0.47 166.88 0.14 0.46
Hex 66 86 7F 18 0 5 2F A7 E 2E
Octal 146 206 177 30 0 5 57 247 16 56
Binary 1100110 10000110 1111111 11000 0 101 101111 10100111 1110 101110

Color Harmonies of #66867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66867F

Black with #66867F

Text Example


Text Example

White with #66867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66867F; }

 p { color: rgb(102,134,127); }

 H1.HeaderClassName
 {
   color: #66867F;
 }
 .AnyTagClassName
 {
   color: #66867F;
 }
</style>

background-color css

<style>
 a { background-color: #66867F; }

 a { background-color: rgb(102,134,127); }

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

border-color css

<style>
 span { border-color: #66867F; }

 span { border-color: rgb(102,134,127); }

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