#669985

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

Shades of Patina #669985

Tints of Patina #669985

Color information

#669985 (or 0x669985) is unknown color: approx Patina. HEX triplet: 66, 99 and 85. RGB value is (102,153,133). Sum of RGB (Red+Green+Blue) = 102+153+133=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #669985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669985 is #99667A. Grayscale: #878787. Windows color (decimal): -10053243 or 8755558. OLE color: 8755558.

HSL color Cylindrical-coordinate representation of color #669985: hue angle of 156.47º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669985 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB102153133-
CMYK0.3300.130.4
HSL156.47º20%50%-
HSV(B)156.47º33.33%60%-
XYZ21.127.326.35-
YUV135.47126.6104.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=26.29%
G=39.43%
B=34.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531330.3300.130.4156.472050
Hex669985210D289c1432
Octal14623120541015502342462
Binary11001101001100110000101100001011011010001001110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669985; }

 p { color: rgb(102,153,133); }

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

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

 a { background-color: rgb(102,153,133); }

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

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

 span { border-color: rgb(102,153,133); }

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