#668881

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

Shades of Patina #668881

Tints of Patina #668881

Color information

#668881 (or 0x668881) is unknown color: approx Patina. HEX triplet: 66, 88 and 81. RGB value is (102,136,129). Sum of RGB (Red+Green+Blue) = 102+136+129=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #668881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668881 is #99777E. Grayscale: #7D7D7D. Windows color (decimal): -10057599 or 8489062. OLE color: 8489062.

HSL color Cylindrical-coordinate representation of color #668881: hue angle of 167.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668881 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB102136129-
CMYK0.2500.050.47
HSL167.65º14.29%46.67%-
HSV(B)167.65º25%53.33%-
XYZ18.2522.0224.06-
YUV125.04130.24111.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=27.79%
G=37.06%
B=35.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361290.2500.050.47167.6514.2946.67
Hex66888119052Fa8e2f
Octal1462102013105572501657
Binary11001101000100010000001110010101101111101010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668881; }

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

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

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

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

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

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

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

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