#669188

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

Shades of Patina #669188

Tints of Patina #669188

Color information

#669188 (or 0x669188) is unknown color: approx Patina. HEX triplet: 66, 91 and 88. RGB value is (102,145,136). Sum of RGB (Red+Green+Blue) = 102+145+136=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #669188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669188 is #996E77. Grayscale: #838383. Windows color (decimal): -10055288 or 8950118. OLE color: 8950118.

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

Color convert

RGB102145136-
CMYK0.3000.060.43
HSL167.44º17.41%48.43%-
HSV(B)167.44º29.66%56.86%-
XYZ20.0524.8527.03-
YUV131.12130.75107.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=26.63%
G=37.86%
B=35.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451360.3000.060.43167.4417.4148.43
Hex6691881E062Ba71130
Octal1462212103606532472160
Binary110011010010001100010001111001101010111010011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669188; }

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

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

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

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

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

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

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

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