#668C7E

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

Shades of Patina #668C7E

Tints of Patina #668C7E

Color information

#668C7E (or 0x668C7E) is unknown color: approx Patina. HEX triplet: 66, 8C and 7E. RGB value is (102,140,126). Sum of RGB (Red+Green+Blue) = 102+140+126=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 140 - color contains mainly: green. Hex color #668C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C7E is #997381. Grayscale: #7F7F7F. Windows color (decimal): -10056578 or 8293478. OLE color: 8293478.

HSL color Cylindrical-coordinate representation of color #668C7E: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668C7E is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB102140126-
CMYK0.2700.100.45
HSL157.89º15.7%47.45%-
HSV(B)157.89º27.14%54.9%-
XYZ18.6223.0923.21-
YUV127.04127.41110.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=27.72%
G=38.04%
B=34.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021401260.2700.100.45157.8915.747.45
Hex668C7E1B0A2D9e102f
Octal14621417633012552362057
Binary110011010001100111111011011010101011011001111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668C7E; }

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

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

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

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

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

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

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

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