#678981

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

Shades of Patina #678981

Tints of Patina #678981

Color information

#678981 (or 0x678981) is unknown color: approx Patina. HEX triplet: 67, 89 and 81. RGB value is (103,137,129). Sum of RGB (Red+Green+Blue) = 103+137+129=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #678981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678981 is #98767E. Grayscale: #7D7D7D. Windows color (decimal): -9991807 or 8489319. OLE color: 8489319.

HSL color Cylindrical-coordinate representation of color #678981: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678981 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB103137129-
CMYK0.2500.060.46
HSL165.88º14.17%47.06%-
HSV(B)165.88º24.82%53.73%-
XYZ18.522.3624.11-
YUV125.92129.74111.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=27.91%
G=37.13%
B=34.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371290.2500.060.46165.8814.1747.06
Hex67898119062Ea6e2f
Octal1472112013106562461657
Binary11001111000100110000001110010110101110101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678981; }

 p { color: rgb(103,137,129); }

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

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

 a { background-color: rgb(103,137,129); }

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

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

 span { border-color: rgb(103,137,129); }

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