#68937D

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

Shades of Patina #68937D

Tints of Patina #68937D

Color information

#68937D (or 0x68937D) is unknown color: approx Patina. HEX triplet: 68, 93 and 7D. RGB value is (104,147,125). Sum of RGB (Red+Green+Blue) = 104+147+125=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #68937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937D is #976C82. Grayscale: #838383. Windows color (decimal): -9923715 or 8229736. OLE color: 8229736.

HSL color Cylindrical-coordinate representation of color #68937D: hue angle of 149.3º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937D is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB104147125-
CMYK0.2900.150.42
HSL149.3º17.13%49.22%-
HSV(B)149.3º29.25%57.65%-
XYZ19.8425.2923.24-
YUV131.64124.25108.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=27.66%
G=39.10%
B=33.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471250.2900.150.42149.317.1349.22
Hex68937D1D0F2A951131
Octal15022317535017522252161
Binary110100010010011111110111101011111010101001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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