#68978a

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

Shades of Patina #68978A

Tints of Patina #68978A

Color information

#68978A (or 0x68978A) is unknown color: approx Patina. HEX triplet: 68, 97 and 8A. RGB value is (104,151,138). Sum of RGB (Red+Green+Blue) = 104+151+138=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #68978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68978A is #976875. Grayscale: #878787. Windows color (decimal): -9922678 or 9082728. OLE color: 9082728.

HSL color Cylindrical-coordinate representation of color #68978A: hue angle of 163.4º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68978A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB104151138-
CMYK0.3100.090.41
HSL163.4º18.43%50%-
HSV(B)163.4º31.13%59.22%-
XYZ21.3626.9128.11-
YUV135.46129.43105.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=26.46%
G=38.42%
B=35.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511380.3100.090.41163.418.4350
Hex68978A1F0929a31232
Octal15022721237011512432262
Binary1101000100101111000101011111010011010011010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68978a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68978a; }

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

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

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

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

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

<style>
 span { border-color: #68978a; }

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

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