#669181

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

Shades of Patina #669181

Tints of Patina #669181

Color information

#669181 (or 0x669181) is unknown color: approx Patina. HEX triplet: 66, 91 and 81. RGB value is (102,145,129). Sum of RGB (Red+Green+Blue) = 102+145+129=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #669181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669181 is #996E7E. Grayscale: #828282. Windows color (decimal): -10055295 or 8491366. OLE color: 8491366.

HSL color Cylindrical-coordinate representation of color #669181: hue angle of 157.67º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669181 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB102145129-
CMYK0.3000.110.43
HSL157.67º17.41%48.43%-
HSV(B)157.67º29.66%56.86%-
XYZ19.5724.6624.5-
YUV130.32127.25107.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=27.13%
G=38.56%
B=34.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451290.3000.110.43157.6717.4148.43
Hex6691811E0B2B9e1130
Octal14622120136013532362160
Binary1100110100100011000000111110010111010111001111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669181; }

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

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

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

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

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

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

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

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