#68947E

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

Shades of Patina #68947E

Tints of Patina #68947E

Color information

#68947E (or 0x68947E) is unknown color: approx Patina. HEX triplet: 68, 94 and 7E. RGB value is (104,148,126). Sum of RGB (Red+Green+Blue) = 104+148+126=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #68947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68947E is #976B81. Grayscale: #848484. Windows color (decimal): -9923458 or 8295528. OLE color: 8295528.

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

Color convert

RGB104148126-
CMYK0.3000.150.42
HSL150º17.46%49.41%-
HSV(B)150º29.73%58.04%-
XYZ20.0625.6323.63-
YUV132.34124.42107.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=27.51%
G=39.15%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481260.3000.150.4215017.4649.41
Hex68947E1E0F2A961131
Octal15022417636017522262161
Binary110100010010100111111011110011111010101001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68947E; }

 p { color: rgb(104,148,126); }

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

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

 a { background-color: rgb(104,148,126); }

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

<style>
 span { border-color: #68947E; }

 span { border-color: rgb(104,148,126); }

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