#669B8A

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

Shades of Patina #669B8A

Tints of Patina #669B8A

Color information

#669B8A (or 0x669B8A) is unknown color: approx Patina. HEX triplet: 66, 9B and 8A. RGB value is (102,155,138). Sum of RGB (Red+Green+Blue) = 102+155+138=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #669B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B8A is #996475. Grayscale: #898989. Windows color (decimal): -10052726 or 9083750. OLE color: 9083750.

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

Color convert

RGB102155138-
CMYK0.3400.110.39
HSL160.75º20.95%50.39%-
HSV(B)160.75º34.19%60.78%-
XYZ21.7928.128.32-
YUV137.22128.44102.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=25.82%
G=39.24%
B=34.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551380.3400.110.39160.7520.9550.39
Hex669B8A220B27a11532
Octal14623321242013472412562
Binary11001101001101110001010100010010111001111010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,138); }

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

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

 a { background-color: rgb(102,155,138); }

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

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

 span { border-color: rgb(102,155,138); }

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