#669F88

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

Shades of Patina #669F88

Tints of Patina #669F88

Color information

#669F88 (or 0x669F88) is unknown color: approx Patina. HEX triplet: 66, 9F and 88. RGB value is (102,159,136). Sum of RGB (Red+Green+Blue) = 102+159+136=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #669F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F88 is #996077. Grayscale: #8B8B8B. Windows color (decimal): -10051704 or 8953702. OLE color: 8953702.

HSL color Cylindrical-coordinate representation of color #669F88: hue angle of 155.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F88 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB102159136-
CMYK0.3600.140.38
HSL155.79º22.89%51.18%-
HSV(B)155.79º35.85%62.35%-
XYZ22.3229.427.79-
YUV139.33126.12101.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=25.69%
G=40.05%
B=34.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021591360.3600.140.38155.7922.8951.18
Hex669F88240E269c1733
Octal14623721044016462342763
Binary11001101001111110001000100100011101001101001110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669F88; }

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

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

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

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

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

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

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

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