#68937C

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

Shades of Patina #68937C

Tints of Patina #68937C

Color information

#68937C (or 0x68937C) is unknown color: approx Patina. HEX triplet: 68, 93 and 7C. RGB value is (104,147,124). Sum of RGB (Red+Green+Blue) = 104+147+124=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #68937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937C is #976C83. Grayscale: #838383. Windows color (decimal): -9923716 or 8164200. OLE color: 8164200.

HSL color Cylindrical-coordinate representation of color #68937C: hue angle of 147.91º 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 #68937C is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB104147124-
CMYK0.2900.160.42
HSL147.91º17.13%49.22%-
HSV(B)147.91º29.25%57.65%-
XYZ19.7825.2722.9-
YUV131.52123.75108.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=27.73%
G=39.2%
B=33.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471240.2900.160.42147.9117.1349.22
Hex68937C1D0102A941131
Octal15022317435020522242161
Binary1101000100100111111100111010100001010101001010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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