#68877F

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

Shades of Patina #68877F

Tints of Patina #68877F

Color information

#68877F (or 0x68877F) is unknown color: approx Patina. HEX triplet: 68, 87 and 7F. RGB value is (104,135,127). Sum of RGB (Red+Green+Blue) = 104+135+127=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #68877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68877F is #977880. Grayscale: #7C7C7C. Windows color (decimal): -9926785 or 8357736. OLE color: 8357736.

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

Color convert

RGB104135127-
CMYK0.2300.060.47
HSL164.52º12.97%46.86%-
HSV(B)164.52º22.96%52.94%-
XYZ18.221.823.33-
YUV124.82129.23113.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 127 (50% from 255) = 34.70%
R=28.42%
G=36.89%
B=34.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351270.2300.060.47164.5212.9746.86
Hex68877F17062Fa5d2f
Octal1502071772706572451557
Binary1101000100001111111111101110110101111101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68877F; }

 p { color: rgb(104,135,127); }

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

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

 a { background-color: rgb(104,135,127); }

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

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

 span { border-color: rgb(104,135,127); }

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