#68958A

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

Shades of Patina #68958A

Tints of Patina #68958A

Color information

#68958A (or 0x68958A) is unknown color: approx Patina. HEX triplet: 68, 95 and 8A. RGB value is (104,149,138). Sum of RGB (Red+Green+Blue) = 104+149+138=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #68958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68958A is #976A75. Grayscale: #868686. Windows color (decimal): -9923190 or 9082216. OLE color: 9082216.

HSL color Cylindrical-coordinate representation of color #68958A: hue angle of 165.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68958A is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB104149138-
CMYK0.3000.070.42
HSL165.33º17.79%49.61%-
HSV(B)165.33º30.2%58.43%-
XYZ21.0426.2728.01-
YUV134.29130.09106.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=26.60%
G=38.11%
B=35.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491380.3000.070.42165.3317.7949.61
Hex68958A1E072Aa51232
Octal1502252123607522452262
Binary110100010010101100010101111001111010101010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68958A; }

 p { color: rgb(104,149,138); }

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

<style>
 a { background-color: #68958A; }

 a { background-color: rgb(104,149,138); }

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

<style>
 span { border-color: #68958A; }

 span { border-color: rgb(104,149,138); }

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