#668A83

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

Shades of Patina #668A83

Tints of Patina #668A83

Color information

#668A83 (or 0x668A83) is unknown color: approx Patina. HEX triplet: 66, 8A and 83. RGB value is (102,138,131). Sum of RGB (Red+Green+Blue) = 102+138+131=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #668A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A83 is #99757C. Grayscale: #7E7E7E. Windows color (decimal): -10057085 or 8620646. OLE color: 8620646.

HSL color Cylindrical-coordinate representation of color #668A83: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A83 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB102138131-
CMYK0.2600.050.46
HSL168.33º15%47.06%-
HSV(B)168.33º26.09%54.12%-
XYZ18.6622.6424.86-
YUV126.44130.57110.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=27.49%
G=37.20%
B=35.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381310.2600.050.46168.331547.06
Hex668A831A052Ea8f2f
Octal1462122033205562501757
Binary11001101000101010000011110100101101110101010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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