#669F82

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

Shades of Patina #669F82

Tints of Patina #669F82

Color information

#669F82 (or 0x669F82) is unknown color: approx Patina. HEX triplet: 66, 9F and 82. RGB value is (102,159,130). Sum of RGB (Red+Green+Blue) = 102+159+130=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #669F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F82 is #99607D. Grayscale: #8A8A8A. Windows color (decimal): -10051710 or 8560486. OLE color: 8560486.

HSL color Cylindrical-coordinate representation of color #669F82: hue angle of 149.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F82 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB102159130-
CMYK0.3600.180.38
HSL149.47º22.89%51.18%-
HSV(B)149.47º35.85%62.35%-
XYZ21.9129.2325.61-
YUV138.65123.12101.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=26.09%
G=40.66%
B=33.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021591300.3600.180.38149.4722.8951.18
Hex669F822401226951733
Octal14623720244022462252763
Binary110011010011111100000101001000100101001101001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669F82; }

 p { color: rgb(102,159,130); }

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

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

 a { background-color: rgb(102,159,130); }

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

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

 span { border-color: rgb(102,159,130); }

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