#669A8A

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

Shades of Patina #669A8A

Tints of Patina #669A8A

Color information

#669A8A (or 0x669A8A) is unknown color: approx Patina. HEX triplet: 66, 9A and 8A. RGB value is (102,154,138). Sum of RGB (Red+Green+Blue) = 102+154+138=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #669A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A8A is #996575. Grayscale: #888888. Windows color (decimal): -10052982 or 9083494. OLE color: 9083494.

HSL color Cylindrical-coordinate representation of color #669A8A: hue angle of 161.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A8A is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB102154138-
CMYK0.3400.100.40
HSL161.54º20.47%50.2%-
HSV(B)161.54º33.77%60.39%-
XYZ21.6227.7728.27-
YUV136.63128.77103.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=25.89%
G=39.09%
B=35.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541380.3400.100.40161.5420.4750.2
Hex669A8A220A28a21432
Octal14623221242012502422462
Binary11001101001101010001010100010010101010001010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,138); }

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

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

 a { background-color: rgb(102,154,138); }

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

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

 span { border-color: rgb(102,154,138); }

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