#66917E

Color #66917E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #66917E

Tints of Patina #66917E

Color information

#66917E (or 0x66917E) is unknown color: approx Patina. HEX triplet: 66, 91 and 7E. RGB value is (102,145,126). Sum of RGB (Red+Green+Blue) = 102+145+126=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #66917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66917E is #996E81. Grayscale: #828282. Windows color (decimal): -10055298 or 8294758. OLE color: 8294758.

HSL color Cylindrical-coordinate representation of color #66917E: hue angle of 153.49º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66917E is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB102145126-
CMYK0.3000.130.43
HSL153.49º17.41%48.43%-
HSV(B)153.49º29.66%56.86%-
XYZ19.3724.5823.46-
YUV129.98125.75108.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=27.35%
G=38.87%
B=33.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451260.3000.130.43153.4917.4148.43
Hex66917E1E0D2B991130
Octal14622117636015532312160
Binary110011010010001111111011110011011010111001100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,145,126); }

 H1.HeaderClassName
 {
   color: #66917E;
 }
 .AnyTagClassName
 {
   color: #66917E;
 }
</style>
background-color css

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

 a { background-color: rgb(102,145,126); }

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

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

 span { border-color: rgb(102,145,126); }

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