#66997E

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

Shades of Patina #66997E

Tints of Patina #66997E

Color information

#66997E (or 0x66997E) is unknown color: approx Patina. HEX triplet: 66, 99 and 7E. RGB value is (102,153,126). Sum of RGB (Red+Green+Blue) = 102+153+126=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #66997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66997E is #996681. Grayscale: #868686. Windows color (decimal): -10053250 or 8296806. OLE color: 8296806.

HSL color Cylindrical-coordinate representation of color #66997E: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66997E is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB102153126-
CMYK0.3300.180.4
HSL148.24º20%50%-
HSV(B)148.24º33.33%60%-
XYZ20.6427.1123.88-
YUV134.67123.1104.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=26.77%
G=40.16%
B=33.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531260.3300.180.4148.242050
Hex66997E2101228941432
Octal14623117641022502242462
Binary11001101001100111111101000010100101010001001010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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