#669081

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

Shades of Patina #669081

Tints of Patina #669081

Color information

#669081 (or 0x669081) is unknown color: approx Patina. HEX triplet: 66, 90 and 81. RGB value is (102,144,129). Sum of RGB (Red+Green+Blue) = 102+144+129=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #669081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669081 is #996F7E. Grayscale: #818181. Windows color (decimal): -10055551 or 8491110. OLE color: 8491110.

HSL color Cylindrical-coordinate representation of color #669081: hue angle of 158.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669081 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB102144129-
CMYK0.2900.100.44
HSL158.57º17.07%48.24%-
HSV(B)158.57º29.17%56.47%-
XYZ19.4224.3624.45-
YUV129.73127.59108.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=27.2%
G=38.4%
B=34.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441290.2900.100.44158.5717.0748.24
Hex6690811D0A2C9f1130
Octal14622020135012542372160
Binary1100110100100001000000111101010101011001001111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669081; }

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

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

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

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

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

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

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

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