#68887E

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

Shades of Patina #68887E

Tints of Patina #68887E

Color information

#68887E (or 0x68887E) is unknown color: approx Patina. HEX triplet: 68, 88 and 7E. RGB value is (104,136,126). Sum of RGB (Red+Green+Blue) = 104+136+126=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #68887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68887E is #977781. Grayscale: #7D7D7D. Windows color (decimal): -9926530 or 8292456. OLE color: 8292456.

HSL color Cylindrical-coordinate representation of color #68887E: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68887E is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB104136126-
CMYK0.2400.070.47
HSL161.25º13.33%47.06%-
HSV(B)161.25º23.53%53.33%-
XYZ18.2822.0623.03-
YUV125.29128.4112.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=28.42%
G=37.16%
B=34.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041361260.2400.070.47161.2513.3347.06
Hex68887E18072Fa1d2f
Octal1502101763007572411557
Binary1101000100010001111110110000111101111101000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68887E; }

 p { color: rgb(104,136,126); }

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

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

 a { background-color: rgb(104,136,126); }

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

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

 span { border-color: rgb(104,136,126); }

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