#669C90

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

Shades of Patina #669C90

Tints of Patina #669C90

Color information

#669C90 (or 0x669C90) is unknown color: approx Patina. HEX triplet: 66, 9C and 90. RGB value is (102,156,144). Sum of RGB (Red+Green+Blue) = 102+156+144=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #669C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C90 is #99636F. Grayscale: #8A8A8A. Windows color (decimal): -10052464 or 9477222. OLE color: 9477222.

HSL color Cylindrical-coordinate representation of color #669C90: hue angle of 166.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C90 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB102156144-
CMYK0.3500.080.39
HSL166.67º21.43%50.59%-
HSV(B)166.67º34.62%61.18%-
XYZ22.428.6230.73-
YUV138.49131.11101.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=25.37%
G=38.81%
B=35.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561440.3500.080.39166.6721.4350.59
Hex669C90230827a71533
Octal14623422043010472472563
Binary11001101001110010010000100011010001001111010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,156,144); }

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

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

 a { background-color: rgb(102,156,144); }

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

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

 span { border-color: rgb(102,156,144); }

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