#669D8C

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

Shades of Patina #669D8C

Tints of Patina #669D8C

Color information

#669D8C (or 0x669D8C) is unknown color: approx Patina. HEX triplet: 66, 9D and 8C. RGB value is (102,157,140). Sum of RGB (Red+Green+Blue) = 102+157+140=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #669D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D8C is #996273. Grayscale: #8A8A8A. Windows color (decimal): -10052212 or 9215334. OLE color: 9215334.

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

Color convert

RGB102157140-
CMYK0.3500.110.38
HSL161.45º21.91%50.78%-
HSV(B)161.45º35.03%61.57%-
XYZ22.2728.8329.2-
YUV138.62128.78101.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=25.56%
G=39.35%
B=35.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021571400.3500.110.38161.4521.9150.78
Hex669D8C230B26a11633
Octal14623521443013462412663
Binary11001101001110110001100100011010111001101010000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,157,140); }

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

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

 a { background-color: rgb(102,157,140); }

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

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

 span { border-color: rgb(102,157,140); }

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