#669C8B

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

Shades of Patina #669C8B

Tints of Patina #669C8B

Color information

#669C8B (or 0x669C8B) is unknown color: approx Patina. HEX triplet: 66, 9C and 8B. RGB value is (102,156,139). Sum of RGB (Red+Green+Blue) = 102+156+139=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #669C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C8B is #996374. Grayscale: #898989. Windows color (decimal): -10052469 or 9149542. OLE color: 9149542.

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

Color convert

RGB102156139-
CMYK0.3500.110.39
HSL161.11º21.43%50.59%-
HSV(B)161.11º34.62%61.18%-
XYZ22.0328.4728.76-
YUV137.92128.61102.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=25.69%
G=39.29%
B=35.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561390.3500.110.39161.1121.4350.59
Hex669C8B230B27a11533
Octal14623421343013472412563
Binary11001101001110010001011100011010111001111010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,156,139); }

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

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

 a { background-color: rgb(102,156,139); }

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

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

 span { border-color: rgb(102,156,139); }

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