#669983

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

Shades of Patina #669983

Tints of Patina #669983

Color information

#669983 (or 0x669983) is unknown color: approx Patina. HEX triplet: 66, 99 and 83. RGB value is (102,153,131). Sum of RGB (Red+Green+Blue) = 102+153+131=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #669983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669983 is #99667C. Grayscale: #878787. Windows color (decimal): -10053245 or 8624486. OLE color: 8624486.

HSL color Cylindrical-coordinate representation of color #669983: hue angle of 154.12º 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 #669983 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB102153131-
CMYK0.3300.140.4
HSL154.12º20%50%-
HSV(B)154.12º33.33%60%-
XYZ20.9727.2525.63-
YUV135.24125.6104.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=26.42%
G=39.64%
B=33.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531310.3300.140.4154.122050
Hex669983210E289a1432
Octal14623120341016502322462
Binary11001101001100110000011100001011101010001001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669983; }

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

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

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

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

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

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

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

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