#66957D

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

Shades of Patina #66957D

Tints of Patina #66957D

Color information

#66957D (or 0x66957D) is unknown color: approx Patina. HEX triplet: 66, 95 and 7D. RGB value is (102,149,125). Sum of RGB (Red+Green+Blue) = 102+149+125=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #66957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66957D is #996A82. Grayscale: #848484. Windows color (decimal): -10054275 or 8230246. OLE color: 8230246.

HSL color Cylindrical-coordinate representation of color #66957D: hue angle of 149.36º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66957D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB102149125-
CMYK0.3200.160.42
HSL149.36º18.73%49.22%-
HSV(B)149.36º31.54%58.43%-
XYZ19.9325.823.33-
YUV132.21123.93106.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=27.13%
G=39.63%
B=33.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021491250.3200.160.42149.3618.7349.22
Hex66957D200102A951331
Octal14622517540020522252361
Binary11001101001010111111011000000100001010101001010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,149,125); }

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

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

 a { background-color: rgb(102,149,125); }

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

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

 span { border-color: rgb(102,149,125); }

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