#669A81

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

Shades of Patina #669A81

Tints of Patina #669A81

Color information

#669A81 (or 0x669A81) is unknown color: approx Patina. HEX triplet: 66, 9A and 81. RGB value is (102,154,129). Sum of RGB (Red+Green+Blue) = 102+154+129=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #669A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A81 is #99657E. Grayscale: #878787. Windows color (decimal): -10052991 or 8493670. OLE color: 8493670.

HSL color Cylindrical-coordinate representation of color #669A81: hue angle of 151.15º 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 #669A81 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB102154129-
CMYK0.3400.160.40
HSL151.15º20.47%50.2%-
HSV(B)151.15º33.77%60.39%-
XYZ2127.5224.97-
YUV135.6124.27104.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=26.49%
G=40%
B=33.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541290.3400.160.40151.1520.4750.2
Hex669A812201028971432
Octal14623220142020502272462
Binary110011010011010100000011000100100001010001001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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