#68907D

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

Shades of Patina #68907D

Tints of Patina #68907D

Color information

#68907D (or 0x68907D) is unknown color: approx Patina. HEX triplet: 68, 90 and 7D. RGB value is (104,144,125). Sum of RGB (Red+Green+Blue) = 104+144+125=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #68907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68907D is #976F82. Grayscale: #818181. Windows color (decimal): -9924483 or 8228968. OLE color: 8228968.

HSL color Cylindrical-coordinate representation of color #68907D: hue angle of 151.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68907D is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB104144125-
CMYK0.2800.130.44
HSL151.5º16.13%48.63%-
HSV(B)151.5º27.78%56.47%-
XYZ19.3824.3723.08-
YUV129.87125.25109.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=27.88%
G=38.61%
B=33.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441250.2800.130.44151.516.1348.63
Hex68907D1C0D2C981031
Octal15022017534015542302061
Binary110100010010000111110111100011011011001001100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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