#679982

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

Shades of Patina #679982

Tints of Patina #679982

Color information

#679982 (or 0x679982) is unknown color: approx Patina. HEX triplet: 67, 99 and 82. RGB value is (103,153,130). Sum of RGB (Red+Green+Blue) = 103+153+130=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #679982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679982 is #98667D. Grayscale: #878787. Windows color (decimal): -9987710 or 8558951. OLE color: 8558951.

HSL color Cylindrical-coordinate representation of color #679982: hue angle of 152.4º 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 #679982 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB103153130-
CMYK0.3300.150.4
HSL152.4º19.69%50.2%-
HSV(B)152.4º32.68%60%-
XYZ21.0127.2825.28-
YUV135.43124.94104.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.68%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=26.68%
G=39.64%
B=33.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1031531300.3300.150.4152.419.6950.2
Hex679982210F28981432
Octal14723120241017502302462
Binary11001111001100110000010100001011111010001001100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679982; }

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

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

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

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

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

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

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

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