#669B84

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

Shades of Patina #669B84

Tints of Patina #669B84

Color information

#669B84 (or 0x669B84) is unknown color: approx Patina. HEX triplet: 66, 9B and 84. RGB value is (102,155,132). Sum of RGB (Red+Green+Blue) = 102+155+132=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #669B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B84 is #99647B. Grayscale: #888888. Windows color (decimal): -10052732 or 8690534. OLE color: 8690534.

HSL color Cylindrical-coordinate representation of color #669B84: hue angle of 153.96º 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 #669B84 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB102155132-
CMYK0.3400.150.39
HSL153.96º20.95%50.39%-
HSV(B)153.96º34.19%60.78%-
XYZ21.3727.9326.1-
YUV136.53125.44103.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=26.22%
G=39.85%
B=33.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551320.3400.150.39153.9620.9550.39
Hex669B84220F279a1532
Octal14623320442017472322562
Binary11001101001101110000100100010011111001111001101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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