#669182

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

Shades of Patina #669182

Tints of Patina #669182

Color information

#669182 (or 0x669182) is unknown color: approx Patina. HEX triplet: 66, 91 and 82. RGB value is (102,145,130). Sum of RGB (Red+Green+Blue) = 102+145+130=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #669182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669182 is #996E7D. Grayscale: #828282. Windows color (decimal): -10055294 or 8556902. OLE color: 8556902.

HSL color Cylindrical-coordinate representation of color #669182: hue angle of 159.07º 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 #669182 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB102145130-
CMYK0.3000.100.43
HSL159.07º17.41%48.43%-
HSV(B)159.07º29.66%56.86%-
XYZ19.6324.6924.85-
YUV130.43127.75107.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=27.06%
G=38.46%
B=34.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451300.3000.100.43159.0717.4148.43
Hex6691821E0A2B9f1130
Octal14622120236012532372160
Binary1100110100100011000001011110010101010111001111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669182; }

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

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

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

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

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

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

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

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