#68917B

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

Shades of Patina #68917B

Tints of Patina #68917B

Color information

#68917B (or 0x68917B) is unknown color: approx Patina. HEX triplet: 68, 91 and 7B. RGB value is (104,145,123). Sum of RGB (Red+Green+Blue) = 104+145+123=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #68917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68917B is #976E84. Grayscale: #828282. Windows color (decimal): -9924229 or 8098152. OLE color: 8098152.

HSL color Cylindrical-coordinate representation of color #68917B: hue angle of 147.8º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68917B is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB104145123-
CMYK0.2800.150.43
HSL147.8º16.47%48.82%-
HSV(B)147.8º28.28%56.86%-
XYZ19.4124.6222.47-
YUV130.23123.92109.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=27.96%
G=38.98%
B=33.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451230.2800.150.43147.816.4748.82
Hex68917B1C0F2B941031
Octal15022117334017532242061
Binary110100010010001111101111100011111010111001010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68917B; }

 p { color: rgb(104,145,123); }

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

<style>
 a { background-color: #68917B; }

 a { background-color: rgb(104,145,123); }

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

<style>
 span { border-color: #68917B; }

 span { border-color: rgb(104,145,123); }

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