#669784

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

Shades of Patina #669784

Tints of Patina #669784

Color information

#669784 (or 0x669784) is unknown color: approx Patina. HEX triplet: 66, 97 and 84. RGB value is (102,151,132). Sum of RGB (Red+Green+Blue) = 102+151+132=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #669784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669784 is #99687B. Grayscale: #868686. Windows color (decimal): -10053756 or 8689510. OLE color: 8689510.

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

Color convert

RGB102151132-
CMYK0.3200.130.41
HSL156.73º19.37%49.61%-
HSV(B)156.73º32.45%59.22%-
XYZ20.7126.6225.88-
YUV134.18126.77105.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=26.49%
G=39.22%
B=34.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021511320.3200.130.41156.7319.3749.61
Hex669784200D299d1332
Octal14622720440015512352362
Binary11001101001011110000100100000011011010011001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669784; }

 p { color: rgb(102,151,132); }

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

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

 a { background-color: rgb(102,151,132); }

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

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

 span { border-color: rgb(102,151,132); }

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