#66967F

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

Shades of Patina #66967F

Tints of Patina #66967F

Color information

#66967F (or 0x66967F) is unknown color: approx Patina. HEX triplet: 66, 96 and 7F. RGB value is (102,150,127). Sum of RGB (Red+Green+Blue) = 102+150+127=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #66967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66967F is #996980. Grayscale: #858585. Windows color (decimal): -10054017 or 8361574. OLE color: 8361574.

HSL color Cylindrical-coordinate representation of color #66967F: hue angle of 151.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66967F is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB102150127-
CMYK0.3200.150.41
HSL151.25º19.05%49.41%-
HSV(B)151.25º32%58.82%-
XYZ20.2226.1724.06-
YUV133.03124.6105.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 127 (50% from 255) = 33.51%
R=26.91%
G=39.58%
B=33.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021501270.3200.150.41151.2519.0549.41
Hex66967F200F29971331
Octal14622617740017512272361
Binary1100110100101101111111100000011111010011001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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