#669184

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

Shades of Patina #669184

Tints of Patina #669184

Color information

#669184 (or 0x669184) is unknown color: approx Patina. HEX triplet: 66, 91 and 84. RGB value is (102,145,132). Sum of RGB (Red+Green+Blue) = 102+145+132=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #669184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669184 is #996E7B. Grayscale: #828282. Windows color (decimal): -10055292 or 8687974. OLE color: 8687974.

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

Color convert

RGB102145132-
CMYK0.3000.090.43
HSL161.86º17.41%48.43%-
HSV(B)161.86º29.66%56.86%-
XYZ19.7724.7425.56-
YUV130.66128.75107.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=26.91%
G=38.26%
B=34.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451320.3000.090.43161.8617.4148.43
Hex6691841E092Ba21130
Octal14622120436011532422160
Binary1100110100100011000010011110010011010111010001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669184; }

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

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

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

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

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

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

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

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