#669981

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

Shades of Patina #669981

Tints of Patina #669981

Color information

#669981 (or 0x669981) is unknown color: approx Patina. HEX triplet: 66, 99 and 81. RGB value is (102,153,129). Sum of RGB (Red+Green+Blue) = 102+153+129=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #669981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669981 is #99667E. Grayscale: #878787. Windows color (decimal): -10053247 or 8493414. OLE color: 8493414.

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

Color convert

RGB102153129-
CMYK0.3300.160.4
HSL151.76º20%50%-
HSV(B)151.76º33.33%60%-
XYZ20.8327.1924.92-
YUV135.01124.6104.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=26.56%
G=39.84%
B=33.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531290.3300.160.4151.762050
Hex6699812101028981432
Octal14623120141020502302462
Binary110011010011001100000011000010100001010001001100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669981; }

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

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

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

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

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

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

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

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