#679981

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

Shades of Patina #679981

Tints of Patina #679981

Color information

#679981 (or 0x679981) is unknown color: approx Patina. HEX triplet: 67, 99 and 81. RGB value is (103,153,129). Sum of RGB (Red+Green+Blue) = 103+153+129=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #679981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679981 is #98667E. Grayscale: #878787. Windows color (decimal): -9987711 or 8493415. OLE color: 8493415.

HSL color Cylindrical-coordinate representation of color #679981: hue angle of 151.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679981 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB103153129-
CMYK0.3300.160.4
HSL151.2º19.69%50.2%-
HSV(B)151.2º32.68%60%-
XYZ20.9527.2524.92-
YUV135.31124.44104.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=26.75%
G=39.74%
B=33.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1031531290.3300.160.4151.219.6950.2
Hex6799812101028971432
Octal14723120141020502272462
Binary110011110011001100000011000010100001010001001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679981; }

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

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

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

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

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

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

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

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