#68857D

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

Shades of Patina #68857D

Tints of Patina #68857D

Color information

#68857D (or 0x68857D) is unknown color: approx Patina. HEX triplet: 68, 85 and 7D. RGB value is (104,133,125). Sum of RGB (Red+Green+Blue) = 104+133+125=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #68857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857D is #977A82. Grayscale: #7B7B7B. Windows color (decimal): -9927299 or 8226152. OLE color: 8226152.

HSL color Cylindrical-coordinate representation of color #68857D: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68857D is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB104133125-
CMYK0.2200.060.48
HSL163.45º12.24%46.47%-
HSV(B)163.45º21.8%52.16%-
XYZ17.821.222.56-
YUV123.42128.89114.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=28.73%
G=36.74%
B=34.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331250.2200.060.48163.4512.2446.47
Hex68857D160630a3c2e
Octal1502051752606602431456
Binary1101000100001011111101101100110110000101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68857D; }

 p { color: rgb(104,133,125); }

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

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

 a { background-color: rgb(104,133,125); }

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

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

 span { border-color: rgb(104,133,125); }

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